Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #68b7e8;
}
.color-2 {
color: #f5b038;
}
.color-3 {
color: #f1a8a2;
}
.color-4 {
color: #ef6c6c;
}
.color-5 {
color: #e3a1d2;
}

/* CSS Variables */
:root {
--color-1: #68b7e8;
--color-2: #f5b038;
--color-3: #f1a8a2;
--color-4: #ef6c6c;
--color-5: #e3a1d2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #68b7e8, #f5b038, #f1a8a2, #ef6c6c, #e3a1d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #68b7e8, #f5b038, #f1a8a2, #ef6c6c, #e3a1d2);
}

Shades of Blue color palette created on .