Candy Garden Bliss Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Candy Garden Bliss palette

Share this palette to:

Candy Garden Bliss color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #a5d86e;
}
.color-4 {
color: #6ccb79;
}
.color-5 {
color: #39a2db;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #a5d86e;
--color-4: #6ccb79;
--color-5: #39a2db;
}

Candy Garden Bliss background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #a5d86e, #6ccb79, #39a2db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #a5d86e, #6ccb79, #39a2db);
}

Candy Garden Bliss color palette created on .