Winter Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Winter Blue palette

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

Winter Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #9ec4e0;
}
.color-2 {
color: #b9dae9;
}
.color-3 {
color: #f0e7d1;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #d87c31;
}

/* CSS Variables */
:root {
--color-1: #9ec4e0;
--color-2: #b9dae9;
--color-3: #f0e7d1;
--color-4: #f6b83c;
--color-5: #d87c31;
}

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

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

Winter Blue color palette created on .