Cool Blue Winter カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cool Blue Winter palette

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

Cool Blue Winter カラーパレット CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b6d3e2;
}
.color-3 {
color: #e0e9f0;
}
.color-4 {
color: #f4f9fb;
}
.color-5 {
color: #b3c7d6;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b6d3e2;
--color-3: #e0e9f0;
--color-4: #f4f9fb;
--color-5: #b3c7d6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b6d3e2, #e0e9f0, #f4f9fb, #b3c7d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b6d3e2, #e0e9f0, #f4f9fb, #b3c7d6);
}

Cool Blue Winter color palette created on .