Elm Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Elm palette
Elm color palette PNG image
Elm color palette CSS
/* CSS */
.color-1 {
color: #a7c6a4;
}
.color-2 {
color: #b7d2c0;
}
.color-3 {
color: #e6e6a7;
}
.color-4 {
color: #d9a96d;
}
.color-5 {
color: #c5592b;
}
/* CSS Variables */
:root {
--color-1: #a7c6a4;
--color-2: #b7d2c0;
--color-3: #e6e6a7;
--color-4: #d9a96d;
--color-5: #c5592b;
}
Elm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7c6a4, #b7d2c0, #e6e6a7, #d9a96d, #c5592b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7c6a4, #b7d2c0, #e6e6a7, #d9a96d, #c5592b);
}
Similar color palettes
Scroll down to explore 1000+ Green color palettes
Elm color palette created on .