Botanical Bliss Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Botanical Bliss palette
Botanical Bliss color palette CSS
/* CSS */
.color-1 {
color: #6ebf8e;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #4a4e68;
}
/* CSS Variables */
:root {
--color-1: #6ebf8e;
--color-2: #ffb84d;
--color-3: #ff6e61;
--color-4: #f9c54e;
--color-5: #4a4e68;
}
Botanical Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6ebf8e, #ffb84d, #ff6e61, #f9c54e, #4a4e68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6ebf8e, #ffb84d, #ff6e61, #f9c54e, #4a4e68);
}
Similar color palettes
Botanical Bliss color palette created on .