Winter's Embrace カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Winter's Embrace palette

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

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

/* CSS */
.color-1 {
color: #e8f1f7;
}
.color-2 {
color: #b3cde0;
}
.color-3 {
color: #3a6983;
}
.color-4 {
color: #1d5067;
}
.color-5 {
color: #0f2c3e;
}

/* CSS Variables */
:root {
--color-1: #e8f1f7;
--color-2: #b3cde0;
--color-3: #3a6983;
--color-4: #1d5067;
--color-5: #0f2c3e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8f1f7, #b3cde0, #3a6983, #1d5067, #0f2c3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8f1f7, #b3cde0, #3a6983, #1d5067, #0f2c3e);
}

Winter's Embrace color palette created on .