Shades of Blue カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue palette

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

Shades of Blue カラーパレット CSS

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #fddc9b;
}
.color-3 {
color: #a4d5cb;
}
.color-4 {
color: #5b97b3;
}
.color-5 {
color: #404e68;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #fddc9b;
--color-3: #a4d5cb;
--color-4: #5b97b3;
--color-5: #404e68;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #fddc9b, #a4d5cb, #5b97b3, #404e68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #fddc9b, #a4d5cb, #5b97b3, #404e68);
}

Shades of Blue color palette created on .