Caramelle Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Caramelle palette
Caramelle color palette PNG image
Caramelle color palette CSS
/* CSS */
.color-1 {
color: #d8a046;
}
.color-2 {
color: #e6b15c;
}
.color-3 {
color: #f1c57e;
}
.color-4 {
color: #f5e0a3;
}
.color-5 {
color: #f8e9b9;
}
/* CSS Variables */
:root {
--color-1: #d8a046;
--color-2: #e6b15c;
--color-3: #f1c57e;
--color-4: #f5e0a3;
--color-5: #f8e9b9;
}
Caramelle background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8a046, #e6b15c, #f1c57e, #f5e0a3, #f8e9b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8a046, #e6b15c, #f1c57e, #f5e0a3, #f8e9b9);
}
Similar color palettes
Caramelle color palette created on .