Deep Green Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Deep Green Shades palette

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

Deep Green Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #1a3d2b;
}
.color-2 {
color: #2f5b45;
}
.color-3 {
color: #4d7a60;
}
.color-4 {
color: #74b49b;
}
.color-5 {
color: #a8e1d4;
}

/* CSS Variables */
:root {
--color-1: #1a3d2b;
--color-2: #2f5b45;
--color-3: #4d7a60;
--color-4: #74b49b;
--color-5: #a8e1d4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a3d2b, #2f5b45, #4d7a60, #74b49b, #a8e1d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a3d2b, #2f5b45, #4d7a60, #74b49b, #a8e1d4);
}

Deep Green Shades color palette created on .