Caleb Widogast Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Caleb Widogast palette
Color Inspiration
Images that showcase this color palette in real designs
Download Caleb Widogast Color Palette (PNG)
Caleb Widogast color palette CSS
/* CSS */
.color-1 {
color: #4c908f;
}
.color-2 {
color: #a7d7d3;
}
.color-3 {
color: #efe6d2;
}
.color-4 {
color: #e8ab7d;
}
.color-5 {
color: #d66e5c;
}
/* CSS Variables */
:root {
--color-1: #4c908f;
--color-2: #a7d7d3;
--color-3: #efe6d2;
--color-4: #e8ab7d;
--color-5: #d66e5c;
}
Caleb Widogast background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c908f, #a7d7d3, #efe6d2, #e8ab7d, #d66e5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c908f, #a7d7d3, #efe6d2, #e8ab7d, #d66e5c);
}
Similar color palettes
Scroll down to explore 10+ Aesthetic color palettes
Caleb Widogast color palette created on .