Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #d2d0b2;
}
.color-3 {
color: #a4b7c6;
}
.color-4 {
color: #7c9bcb;
}
.color-5 {
color: #3d5c99;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #d2d0b2;
--color-3: #a4b7c6;
--color-4: #7c9bcb;
--color-5: #3d5c99;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #d2d0b2, #a4b7c6, #7c9bcb, #3d5c99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #d2d0b2, #a4b7c6, #7c9bcb, #3d5c99);
}

Shades of Blue color palette created on .