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