Lethargic Blossoms Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lethargic Blossoms palette

Share this palette to:

Lethargic Blossoms color palette CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #c7d100;
}
.color-3 {
color: #a6c9b1;
}
.color-4 {
color: #6c9dcb;
}
.color-5 {
color: #3b5b97;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #c7d100;
--color-3: #a6c9b1;
--color-4: #6c9dcb;
--color-5: #3b5b97;
}

Lethargic Blossoms background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #c7d100, #a6c9b1, #6c9dcb, #3b5b97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #c7d100, #a6c9b1, #6c9dcb, #3b5b97);
}

Lethargic Blossoms color palette created on .