Elm Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Elm palette
Download Elm Color Palette (PNG)
Elm color palette CSS
/* CSS */
.color-1 {
color: #a4c58c;
}
.color-2 {
color: #6a994d;
}
.color-3 {
color: #4b7e3a;
}
.color-4 {
color: #3b6c28;
}
.color-5 {
color: #2b5d1d;
}
/* CSS Variables */
:root {
--color-1: #a4c58c;
--color-2: #6a994d;
--color-3: #4b7e3a;
--color-4: #3b6c28;
--color-5: #2b5d1d;
}
Elm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c58c, #6a994d, #4b7e3a, #3b6c28, #2b5d1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c58c, #6a994d, #4b7e3a, #3b6c28, #2b5d1d);
}
Similar color palettes
Elm color palette created on .