Dreamy Euphoria Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamy Euphoria palette

Share this palette to:

Dreamy Euphoria color palette CSS

/* CSS */
.color-1 {
color: #d9a0ca;
}
.color-2 {
color: #f5c2d7;
}
.color-3 {
color: #f7baa6;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #e76e50;
}

/* CSS Variables */
:root {
--color-1: #d9a0ca;
--color-2: #f5c2d7;
--color-3: #f7baa6;
--color-4: #f4a462;
--color-5: #e76e50;
}

Dreamy Euphoria background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9a0ca, #f5c2d7, #f7baa6, #f4a462, #e76e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9a0ca, #f5c2d7, #f7baa6, #f4a462, #e76e50);
}

Dreamy Euphoria color palette created on .