Shades of Green カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Green palette
Shades of Green カラーパレット CSS
/* CSS */
.color-1 {
color: #3e8e4b;
}
.color-2 {
color: #6fbe8f;
}
.color-3 {
color: #a1d9b0;
}
.color-4 {
color: #e4f6e9;
}
.color-5 {
color: #f6f8f1;
}
/* CSS Variables */
:root {
--color-1: #3e8e4b;
--color-2: #6fbe8f;
--color-3: #a1d9b0;
--color-4: #e4f6e9;
--color-5: #f6f8f1;
}
Shades of Green の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e8e4b, #6fbe8f, #a1d9b0, #e4f6e9, #f6f8f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e8e4b, #6fbe8f, #a1d9b0, #e4f6e9, #f6f8f1);
}
似たようなカラーパレット
- Moss Green Serenity
- Dusty Blue and Sage Green
- Shades of Green
- Shades of Green and Blue
- Shades of Green and Blue
- Deep Green Serenity
- Emerald Awakening
- Sunset Serenade
- Whimsical Blossom
- Bright Yellow Green
- Bright Yellow Green
- Core Harmony
- Lemon Lime Burst
- Warm Jinu
- Shades of Green
- Tropical Oasis
- Green Ver
- Vibrant Serenade
Shades of Green color palette created on .