Lorette's Blossom Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lorette's Blossom palette

Share this palette to:

Lorette's Blossom color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f9c85d;
}
.color-3 {
color: #69bf88;
}
.color-4 {
color: #3c4c8b;
}
.color-5 {
color: #4f2b91;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f9c85d;
--color-3: #69bf88;
--color-4: #3c4c8b;
--color-5: #4f2b91;
}

Lorette's Blossom background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f9c85d, #69bf88, #3c4c8b, #4f2b91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f9c85d, #69bf88, #3c4c8b, #4f2b91);
}

Lorette's Blossom color palette created on .