Cool Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cool Blue palette

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

Cool Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #3c9cdd;
}
.color-2 {
color: #5bb2e1;
}
.color-3 {
color: #92d1e8;
}
.color-4 {
color: #a9e1f9;
}
.color-5 {
color: #c2faff;
}

/* CSS Variables */
:root {
--color-1: #3c9cdd;
--color-2: #5bb2e1;
--color-3: #92d1e8;
--color-4: #a9e1f9;
--color-5: #c2faff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c9cdd, #5bb2e1, #92d1e8, #a9e1f9, #c2faff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c9cdd, #5bb2e1, #92d1e8, #a9e1f9, #c2faff);
}

Cool Blue color palette created on .