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

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Blue and Green palette

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

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

/* CSS */
.color-1 {
color: #a2c7e7;
}
.color-2 {
color: #4d9d6c;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #d86c31;
}
.color-5 {
color: #a34b3e;
}

/* CSS Variables */
:root {
--color-1: #a2c7e7;
--color-2: #4d9d6c;
--color-3: #f1c84b;
--color-4: #d86c31;
--color-5: #a34b3e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c7e7, #4d9d6c, #f1c84b, #d86c31, #a34b3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c7e7, #4d9d6c, #f1c84b, #d86c31, #a34b3e);
}

Shades of Blue and Green color palette created on .