Frosty Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Frosty Delight palette

Share this palette to:

Frosty Delight color palette CSS

/* CSS */
.color-1 {
color: #a3d5e0;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f9998b;
}
.color-4 {
color: #c3e8b5;
}
.color-5 {
color: #f2e4b1;
}

/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #f6b83c;
--color-3: #f9998b;
--color-4: #c3e8b5;
--color-5: #f2e4b1;
}

Frosty Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #f6b83c, #f9998b, #c3e8b5, #f2e4b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #f6b83c, #f9998b, #c3e8b5, #f2e4b1);
}

Frosty Delight color palette created on .