Winter Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Winter Blue palette

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

Winter Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #9ec4e0;
}
.color-2 {
color: #f6e3b6;
}
.color-3 {
color: #f6b83c;
}
.color-4 {
color: #d9a8a1;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #9ec4e0;
--color-2: #f6e3b6;
--color-3: #f6b83c;
--color-4: #d9a8a1;
--color-5: #ff6e61;
}

Winter Blue の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9ec4e0, #f6e3b6, #f6b83c, #d9a8a1, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9ec4e0, #f6e3b6, #f6b83c, #d9a8a1, #ff6e61);
}

Winter Blue color palette created on .