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: #a9d9ea;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffbf47;
}
.color-5 {
color: #6a5bcd;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #a9d9ea;
--color-3: #ff6e61;
--color-4: #ffbf47;
--color-5: #6a5bcd;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #a9d9ea, #ff6e61, #ffbf47, #6a5bcd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #a9d9ea, #ff6e61, #ffbf47, #6a5bcd);
}

Shades of Blue color palette created on .