Winter's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Winter's Embrace palette

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

Winter's Embrace カラーパレット CSS

/* CSS */
.color-1 {
color: #a3d5e0;
}
.color-2 {
color: #f6b1c0;
}
.color-3 {
color: #f8d34f;
}
.color-4 {
color: #a76c9a;
}
.color-5 {
color: #f28c2c;
}

/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #f6b1c0;
--color-3: #f8d34f;
--color-4: #a76c9a;
--color-5: #f28c2c;
}

Winter's Embrace の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #f6b1c0, #f8d34f, #a76c9a, #f28c2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #f6b1c0, #f8d34f, #a76c9a, #f28c2c);
}

Winter's Embrace color palette created on .