Crowkit Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Crowkit palette
Crowkit color palette PNG image
Crowkit color palette CSS
/* CSS */
.color-1 {
color: #210d1b;
}
.color-2 {
color: #331426;
}
.color-3 {
color: #421a29;
}
.color-4 {
color: #3f2912;
}
.color-5 {
color: #3d2010;
}
/* CSS Variables */
:root {
--color-1: #210d1b;
--color-2: #331426;
--color-3: #421a29;
--color-4: #3f2912;
--color-5: #3d2010;
}
Crowkit background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #210d1b, #331426, #421a29, #3f2912, #3d2010);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #210d1b, #331426, #421a29, #3f2912, #3d2010);
}
Similar color palettes
Crowkit color palette created on .