Shades of Grey and Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Grey and Green palette
Shades of Grey and Green color palette CSS
/* CSS */
.color-1 {
color: #d4d4d4;
}
.color-2 {
color: #a8a8a8;
}
.color-3 {
color: #4cae4f;
}
.color-4 {
color: #8b4513;
}
.color-5 {
color: #cd8032;
}
/* CSS Variables */
:root {
--color-1: #d4d4d4;
--color-2: #a8a8a8;
--color-3: #4cae4f;
--color-4: #8b4513;
--color-5: #cd8032;
}
Shades of Grey and Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4d4d4, #a8a8a8, #4cae4f, #8b4513, #cd8032);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4d4d4, #a8a8a8, #4cae4f, #8b4513, #cd8032);
}
Similar color palettes
Shades of Grey and Green color palette created on .