Norman's Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Norman's Garden palette
Norman's Garden color palette CSS
/* CSS */
.color-1 {
color: #69af4b;
}
.color-2 {
color: #f9cb24;
}
.color-3 {
color: #eab543;
}
.color-4 {
color: #ff6b81;
}
.color-5 {
color: #1e3799;
}
/* CSS Variables */
:root {
--color-1: #69af4b;
--color-2: #f9cb24;
--color-3: #eab543;
--color-4: #ff6b81;
--color-5: #1e3799;
}
Norman's Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69af4b, #f9cb24, #eab543, #ff6b81, #1e3799);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69af4b, #f9cb24, #eab543, #ff6b81, #1e3799);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Norman's Garden color palette created on .