Caramel Dreamscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Caramel Dreamscape palette
Caramel Dreamscape color palette CSS
/* CSS */
.color-1 {
color: #f8d5a0;
}
.color-2 {
color: #f4b73e;
}
.color-3 {
color: #e8a14f;
}
.color-4 {
color: #d58b2a;
}
.color-5 {
color: #b76b1f;
}
/* CSS Variables */
:root {
--color-1: #f8d5a0;
--color-2: #f4b73e;
--color-3: #e8a14f;
--color-4: #d58b2a;
--color-5: #b76b1f;
}
Caramel Dreamscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d5a0, #f4b73e, #e8a14f, #d58b2a, #b76b1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d5a0, #f4b73e, #e8a14f, #d58b2a, #b76b1f);
}
Similar color palettes
Caramel Dreamscape color palette created on .