Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #4e9cc6;
}
.color-2 {
color: #6dd08c;
}
.color-3 {
color: #f1e579;
}
.color-4 {
color: #f9a96c;
}
.color-5 {
color: #d66b8d;
}

/* CSS Variables */
:root {
--color-1: #4e9cc6;
--color-2: #6dd08c;
--color-3: #f1e579;
--color-4: #f9a96c;
--color-5: #d66b8d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e9cc6, #6dd08c, #f1e579, #f9a96c, #d66b8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e9cc6, #6dd08c, #f1e579, #f9a96c, #d66b8d);
}

Shades of Blue color palette created on .