Beautifully Stupid Cat Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Beautifully Stupid Cat palette
Beautifully Stupid Cat color palette PNG image
Beautifully Stupid Cat color palette CSS
/* CSS */
.color-1 {
color: #f9c3c3;
}
.color-2 {
color: #ffb39e;
}
.color-3 {
color: #ff9c7a;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ff4d3d;
}
/* CSS Variables */
:root {
--color-1: #f9c3c3;
--color-2: #ffb39e;
--color-3: #ff9c7a;
--color-4: #ff6e61;
--color-5: #ff4d3d;
}
Beautifully Stupid Cat background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c3c3, #ffb39e, #ff9c7a, #ff6e61, #ff4d3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c3c3, #ffb39e, #ff9c7a, #ff6e61, #ff4d3d);
}
Similar color palettes
Beautifully Stupid Cat color palette created on .