Calculus of Colors Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Calculus of Colors palette
Calculus of Colors color palette CSS
/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #f49c43;
}
.color-3 {
color: #e8693b;
}
.color-4 {
color: #d8556d;
}
.color-5 {
color: #a86b9a;
}
/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #f49c43;
--color-3: #e8693b;
--color-4: #d8556d;
--color-5: #a86b9a;
}
Calculus of Colors background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #f49c43, #e8693b, #d8556d, #a86b9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #f49c43, #e8693b, #d8556d, #a86b9a);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Calculus of Colors color palette created on .