Shades of Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green palette

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

Shades of Green カラーパレット CSS

/* CSS */
.color-1 {
color: #69af4b;
}
.color-2 {
color: #f9c36c;
}
.color-3 {
color: #f7b5a1;
}
.color-4 {
color: #f39c12;
}
.color-5 {
color: #e84930;
}

/* CSS Variables */
:root {
--color-1: #69af4b;
--color-2: #f9c36c;
--color-3: #f7b5a1;
--color-4: #f39c12;
--color-5: #e84930;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69af4b, #f9c36c, #f7b5a1, #f39c12, #e84930);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69af4b, #f9c36c, #f7b5a1, #f39c12, #e84930);
}

Shades of Green color palette created on .