Paleta de colores Beautifully Stupid Cat

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Beautifully Stupid Cat palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Beautifully Stupid Cat

Download beautifully stupid cat color palette PNG image (landscape)
Download beautifully stupid cat color palette PNG image (square)

CSS de la paleta de colores Beautifully Stupid Cat

/* 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;
}

CSS del degradado de fondo Beautifully Stupid Cat

/* 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);
}

Beautifully Stupid Cat color palette created on .