Cool Winter Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cool Winter Blue palette

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

Cool Winter Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #b2becd;
}
.color-2 {
color: #c3d1da;
}
.color-3 {
color: #e8eced;
}
.color-4 {
color: #f6f8f9;
}
.color-5 {
color: #cddbe5;
}

/* CSS Variables */
:root {
--color-1: #b2becd;
--color-2: #c3d1da;
--color-3: #e8eced;
--color-4: #f6f8f9;
--color-5: #cddbe5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2becd, #c3d1da, #e8eced, #f6f8f9, #cddbe5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2becd, #c3d1da, #e8eced, #f6f8f9, #cddbe5);
}

Cool Winter Blue color palette created on .