Sweet Citrus Dream Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sweet Citrus Dream palette

Share this palette to:

Sweet Citrus Dream color palette CSS

/* CSS */
.color-1 {
color: #ff6ba9;
}
.color-2 {
color: #ff99be;
}
.color-3 {
color: #ffb3eb;
}
.color-4 {
color: #ffc7ed;
}
.color-5 {
color: #ffe08a;
}

/* CSS Variables */
:root {
--color-1: #ff6ba9;
--color-2: #ff99be;
--color-3: #ffb3eb;
--color-4: #ffc7ed;
--color-5: #ffe08a;
}

Sweet Citrus Dream background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6ba9, #ff99be, #ffb3eb, #ffc7ed, #ffe08a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6ba9, #ff99be, #ffb3eb, #ffc7ed, #ffe08a);
}

Similar color palettes

Scroll down to explore 1 Pink color palette

Sweet Citrus Dream color palette created on .