Shades of Grass カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Grass palette

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

Shades of Grass カラーパレット CSS

/* CSS */
.color-1 {
color: #69af4b;
}
.color-2 {
color: #a5d39c;
}
.color-3 {
color: #f9e79f;
}
.color-4 {
color: #f5b042;
}
.color-5 {
color: #e74d3c;
}

/* CSS Variables */
:root {
--color-1: #69af4b;
--color-2: #a5d39c;
--color-3: #f9e79f;
--color-4: #f5b042;
--color-5: #e74d3c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69af4b, #a5d39c, #f9e79f, #f5b042, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69af4b, #a5d39c, #f9e79f, #f5b042, #e74d3c);
}

Shades of Grass color palette created on .