Cool Winter Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cool Winter Blue palette

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

Cool Winter Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #a7d8e7;
}
.color-2 {
color: #b2c2d7;
}
.color-3 {
color: #e0e1f5;
}
.color-4 {
color: #ffb3b3;
}
.color-5 {
color: #d64c4f;
}

/* CSS Variables */
:root {
--color-1: #a7d8e7;
--color-2: #b2c2d7;
--color-3: #e0e1f5;
--color-4: #ffb3b3;
--color-5: #d64c4f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d8e7, #b2c2d7, #e0e1f5, #ffb3b3, #d64c4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d8e7, #b2c2d7, #e0e1f5, #ffb3b3, #d64c4f);
}

Cool Winter Blue color palette created on .