Syrupy Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Syrupy Sunset palette

Share this palette to:

Syrupy Sunset color palette CSS

/* CSS */
.color-1 {
color: #8c3b5d;
}
.color-2 {
color: #eab8d1;
}
.color-3 {
color: #f0c5b2;
}
.color-4 {
color: #ffda99;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #8c3b5d;
--color-2: #eab8d1;
--color-3: #f0c5b2;
--color-4: #ffda99;
--color-5: #ff6e61;
}

Syrupy Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c3b5d, #eab8d1, #f0c5b2, #ffda99, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c3b5d, #eab8d1, #f0c5b2, #ffda99, #ff6e61);
}

Syrupy Sunset color palette created on .