Rhian's Garden of Light Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rhian's Garden of Light palette

Share this palette to:

Rhian's Garden of Light color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffe08a;
}
.color-4 {
color: #2e8a56;
}
.color-5 {
color: #5d3f8d;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #ffe08a;
--color-4: #2e8a56;
--color-5: #5d3f8d;
}

Rhian's Garden of Light background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #ffe08a, #2e8a56, #5d3f8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #ffe08a, #2e8a56, #5d3f8d);
}

Rhian's Garden of Light color palette created on .