日本の緑 Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 日本の緑 palette
Color Inspiration
Images that showcase this color palette in real designs
Download 日本の緑 Color Palette (PNG)
日本の緑 color palette CSS
/* CSS */
.color-1 {
color: #a5c8a2;
}
.color-2 {
color: #6a9a6d;
}
.color-3 {
color: #4f7d5d;
}
.color-4 {
color: #3e5b4d;
}
.color-5 {
color: #2e3e3c;
}
/* CSS Variables */
:root {
--color-1: #a5c8a2;
--color-2: #6a9a6d;
--color-3: #4f7d5d;
--color-4: #3e5b4d;
--color-5: #2e3e3c;
}
日本の緑 background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c8a2, #6a9a6d, #4f7d5d, #3e5b4d, #2e3e3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c8a2, #6a9a6d, #4f7d5d, #3e5b4d, #2e3e3c);
}
Similar color palettes
日本の緑 color palette created on .