Blossom Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blossom Sunrise palette

Share this palette to:

Blossom Sunrise color palette CSS

/* CSS */
.color-1 {
color: #f5cec2;
}
.color-2 {
color: #f8b6aa;
}
.color-3 {
color: #f1a7b4;
}
.color-4 {
color: #f5b85c;
}
.color-5 {
color: #f4a462;
}

/* CSS Variables */
:root {
--color-1: #f5cec2;
--color-2: #f8b6aa;
--color-3: #f1a7b4;
--color-4: #f5b85c;
--color-5: #f4a462;
}

Blossom Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5cec2, #f8b6aa, #f1a7b4, #f5b85c, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5cec2, #f8b6aa, #f1a7b4, #f5b85c, #f4a462);
}

Blossom Sunrise color palette created on .