Jacerys Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Jacerys palette
Jacerys color palette CSS
/* CSS */
.color-1 {
color: #c69c5d;
}
.color-2 {
color: #e1b56b;
}
.color-3 {
color: #f2d491;
}
.color-4 {
color: #f3b49b;
}
.color-5 {
color: #e45e5e;
}
/* CSS Variables */
:root {
--color-1: #c69c5d;
--color-2: #e1b56b;
--color-3: #f2d491;
--color-4: #f3b49b;
--color-5: #e45e5e;
}
Jacerys background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c69c5d, #e1b56b, #f2d491, #f3b49b, #e45e5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c69c5d, #e1b56b, #f2d491, #f3b49b, #e45e5e);
}
Similar color palettes
Jacerys color palette created on .