Frosty Delights Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Frosty Delights palette

Share this palette to:

Frosty Delights color palette CSS

/* CSS */
.color-1 {
color: #9ed9e0;
}
.color-2 {
color: #f4bebe;
}
.color-3 {
color: #f5b56b;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #9ed9e0;
--color-2: #f4bebe;
--color-3: #f5b56b;
--color-4: #ffd900;
--color-5: #ff6e61;
}

Frosty Delights background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ed9e0, #f4bebe, #f5b56b, #ffd900, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ed9e0, #f4bebe, #f5b56b, #ffd900, #ff6e61);
}

Frosty Delights color palette created on .