Shades of Blue Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue Green palette

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

Shades of Blue Green カラーパレット CSS

/* CSS */
.color-1 {
color: #f4e2c3;
}
.color-2 {
color: #b5c7e3;
}
.color-3 {
color: #9cd9e2;
}
.color-4 {
color: #5a8c8c;
}
.color-5 {
color: #3e5b5b;
}

/* CSS Variables */
:root {
--color-1: #f4e2c3;
--color-2: #b5c7e3;
--color-3: #9cd9e2;
--color-4: #5a8c8c;
--color-5: #3e5b5b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e2c3, #b5c7e3, #9cd9e2, #5a8c8c, #3e5b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e2c3, #b5c7e3, #9cd9e2, #5a8c8c, #3e5b5b);
}

Shades of Blue Green color palette created on .