Citrus Blush Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Citrus Blush Dream palette

Share this palette to:

Citrus Blush Dream color palette CSS

/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ffdc6b;
}
.color-3 {
color: #ffadad;
}
.color-4 {
color: #ffd4b8;
}
.color-5 {
color: #ff667d;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ffdc6b;
--color-3: #ffadad;
--color-4: #ffd4b8;
--color-5: #ff667d;
}

Citrus Blush Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ffdc6b, #ffadad, #ffd4b8, #ff667d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ffdc6b, #ffadad, #ffd4b8, #ff667d);
}

Citrus Blush Dream color palette created on .