Cool Blue Winter カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cool Blue Winter palette

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

Cool Blue Winter カラーパレット CSS

/* CSS */
.color-1 {
color: #3b4a6d;
}
.color-2 {
color: #497b9c;
}
.color-3 {
color: #89b7d1;
}
.color-4 {
color: #f1e5c6;
}
.color-5 {
color: #f5b9a3;
}

/* CSS Variables */
:root {
--color-1: #3b4a6d;
--color-2: #497b9c;
--color-3: #89b7d1;
--color-4: #f1e5c6;
--color-5: #f5b9a3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b4a6d, #497b9c, #89b7d1, #f1e5c6, #f5b9a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b4a6d, #497b9c, #89b7d1, #f1e5c6, #f5b9a3);
}

Cool Blue Winter color palette created on .