Cool Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cool Blue palette

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

Cool Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #51b4e6;
}
.color-3 {
color: #6ed3f2;
}
.color-4 {
color: #a4e4e5;
}
.color-5 {
color: #e1f7f9;
}

/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #51b4e6;
--color-3: #6ed3f2;
--color-4: #a4e4e5;
--color-5: #e1f7f9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #51b4e6, #6ed3f2, #a4e4e5, #e1f7f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #51b4e6, #6ed3f2, #a4e4e5, #e1f7f9);
}

Cool Blue color palette created on .