Frosty Delight カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Frosty Delight palette

このパレットを共有する先:

Frosty Delight カラーパレット 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 の背景のグラデーション 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 .