Spiced Caramel Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Spiced Caramel Delight palette
Spiced Caramel Delight color palette CSS
/* CSS */
.color-1 {
color: #d4692b;
}
.color-2 {
color: #efae4d;
}
.color-3 {
color: #ffb36b;
}
.color-4 {
color: #c05a2a;
}
.color-5 {
color: #7e3f15;
}
/* CSS Variables */
:root {
--color-1: #d4692b;
--color-2: #efae4d;
--color-3: #ffb36b;
--color-4: #c05a2a;
--color-5: #7e3f15;
}
Spiced Caramel Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4692b, #efae4d, #ffb36b, #c05a2a, #7e3f15);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4692b, #efae4d, #ffb36b, #c05a2a, #7e3f15);
}
Similar color palettes
Spiced Caramel Delight color palette created on .