Caramel Apple Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Caramel Apple Delight palette
Caramel Apple Delight color palette PNG image
Caramel Apple Delight color palette CSS
/* CSS */
.color-1 {
color: #c78b3d;
}
.color-2 {
color: #d1a04d;
}
.color-3 {
color: #e5b75d;
}
.color-4 {
color: #c85a3c;
}
.color-5 {
color: #7e4b3a;
}
/* CSS Variables */
:root {
--color-1: #c78b3d;
--color-2: #d1a04d;
--color-3: #e5b75d;
--color-4: #c85a3c;
--color-5: #7e4b3a;
}
Caramel Apple Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c78b3d, #d1a04d, #e5b75d, #c85a3c, #7e4b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c78b3d, #d1a04d, #e5b75d, #c85a3c, #7e4b3a);
}
Similar color palettes
Caramel Apple Delight color palette created on .