Winter's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Winter's Embrace palette

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

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

/* CSS */
.color-1 {
color: #f9b4b4;
}
.color-2 {
color: #f9d6a9;
}
.color-3 {
color: #f2e5b1;
}
.color-4 {
color: #b2e0d4;
}
.color-5 {
color: #92c6e2;
}

/* CSS Variables */
:root {
--color-1: #f9b4b4;
--color-2: #f9d6a9;
--color-3: #f2e5b1;
--color-4: #b2e0d4;
--color-5: #92c6e2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b4b4, #f9d6a9, #f2e5b1, #b2e0d4, #92c6e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b4b4, #f9d6a9, #f2e5b1, #b2e0d4, #92c6e2);
}

Winter's Embrace color palette created on .