Cool Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cool Blue palette

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

Cool Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #2f3d4c;
}
.color-2 {
color: #4b5a6c;
}
.color-3 {
color: #a4b3c1;
}
.color-4 {
color: #cfc1af;
}
.color-5 {
color: #e7b04b;
}

/* CSS Variables */
:root {
--color-1: #2f3d4c;
--color-2: #4b5a6c;
--color-3: #a4b3c1;
--color-4: #cfc1af;
--color-5: #e7b04b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f3d4c, #4b5a6c, #a4b3c1, #cfc1af, #e7b04b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f3d4c, #4b5a6c, #a4b3c1, #cfc1af, #e7b04b);
}

Cool Blue color palette created on .