Andi's Garden Bliss Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Andi's Garden Bliss palette
Andi's Garden Bliss color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6d8d6d;
}
.color-3 {
color: #3e8e8c;
}
.color-4 {
color: #a6d8d1;
}
.color-5 {
color: #ffb84d;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6d8d6d;
--color-3: #3e8e8c;
--color-4: #a6d8d1;
--color-5: #ffb84d;
}
Andi's Garden Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6d8d6d, #3e8e8c, #a6d8d1, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6d8d6d, #3e8e8c, #a6d8d1, #ffb84d);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Andi's Garden Bliss color palette created on .