Winter's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Winter's Embrace palette

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

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

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f7d58d;
}
.color-4 {
color: #f0a94c;
}
.color-5 {
color: #e3b44f;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #f1a8a2;
--color-3: #f7d58d;
--color-4: #f0a94c;
--color-5: #e3b44f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #f1a8a2, #f7d58d, #f0a94c, #e3b44f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #f1a8a2, #f7d58d, #f0a94c, #e3b44f);
}

Winter's Embrace color palette created on .