Caffeinated Horizon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Caffeinated Horizon palette
Caffeinated Horizon color palette CSS
/* CSS */
.color-1 {
color: #4b3c2a;
}
.color-2 {
color: #a35c29;
}
.color-3 {
color: #ebb07f;
}
.color-4 {
color: #c9c1b1;
}
.color-5 {
color: #594a4c;
}
/* CSS Variables */
:root {
--color-1: #4b3c2a;
--color-2: #a35c29;
--color-3: #ebb07f;
--color-4: #c9c1b1;
--color-5: #594a4c;
}
Caffeinated Horizon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3c2a, #a35c29, #ebb07f, #c9c1b1, #594a4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3c2a, #a35c29, #ebb07f, #c9c1b1, #594a4c);
}
Similar color palettes
Caffeinated Horizon color palette created on .