Cool Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cool Blue palette

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

Cool Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #3a699c;
}
.color-2 {
color: #4e8db1;
}
.color-3 {
color: #5cb8d6;
}
.color-4 {
color: #a6d6e8;
}
.color-5 {
color: #e9f9fc;
}

/* CSS Variables */
:root {
--color-1: #3a699c;
--color-2: #4e8db1;
--color-3: #5cb8d6;
--color-4: #a6d6e8;
--color-5: #e9f9fc;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a699c, #4e8db1, #5cb8d6, #a6d6e8, #e9f9fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a699c, #4e8db1, #5cb8d6, #a6d6e8, #e9f9fc);
}

Cool Blue color palette created on .