Cinderace Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cinderace palette
Cinderace color palette PNG image
Cinderace color palette CSS
/* CSS */
.color-1 {
color: #ff7e3d;
}
.color-2 {
color: #ffa04d;
}
.color-3 {
color: #ffbc57;
}
.color-4 {
color: #ffcb6b;
}
.color-5 {
color: #ffd885;
}
/* CSS Variables */
:root {
--color-1: #ff7e3d;
--color-2: #ffa04d;
--color-3: #ffbc57;
--color-4: #ffcb6b;
--color-5: #ffd885;
}
Cinderace background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7e3d, #ffa04d, #ffbc57, #ffcb6b, #ffd885);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7e3d, #ffa04d, #ffbc57, #ffcb6b, #ffd885);
}
Similar color palettes
Cinderace color palette created on .