Marius' Garden Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Marius' Garden palette
Marius' Garden color palette CSS
/* CSS */
.color-1 {
color: #f0b6a3;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #2b8c6c;
}
.color-4 {
color: #217b97;
}
.color-5 {
color: #6e4d7a;
}
/* CSS Variables */
:root {
--color-1: #f0b6a3;
--color-2: #f1c84b;
--color-3: #2b8c6c;
--color-4: #217b97;
--color-5: #6e4d7a;
}
Marius' Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0b6a3, #f1c84b, #2b8c6c, #217b97, #6e4d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0b6a3, #f1c84b, #2b8c6c, #217b97, #6e4d7a);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Marius' Garden color palette created on .