Royal Caramel Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Royal Caramel Delight palette

Share this palette to:

Royal Caramel Delight color palette CSS

/* CSS */
.color-1 {
color: #f6c84c;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f6a328;
}
.color-4 {
color: #d68f24;
}
.color-5 {
color: #a56a1d;
}

/* CSS Variables */
:root {
--color-1: #f6c84c;
--color-2: #f6b83c;
--color-3: #f6a328;
--color-4: #d68f24;
--color-5: #a56a1d;
}

Royal Caramel Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c84c, #f6b83c, #f6a328, #d68f24, #a56a1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c84c, #f6b83c, #f6a328, #d68f24, #a56a1d);
}

Royal Caramel Delight color palette created on .