Paleta de colores Scaredy Cat Crew
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Scaredy Cat Crew palette
CSS de la paleta de colores Scaredy Cat Crew
/* CSS */
.color-1 {
color: #5e4f8c;
}
.color-2 {
color: #8a6bbd;
}
.color-3 {
color: #a48dd3;
}
.color-4 {
color: #b7c3e6;
}
.color-5 {
color: #d9e1f2;
}
/* CSS Variables */
:root {
--color-1: #5e4f8c;
--color-2: #8a6bbd;
--color-3: #a48dd3;
--color-4: #b7c3e6;
--color-5: #d9e1f2;
}
CSS del degradado de fondo Scaredy Cat Crew
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e4f8c, #8a6bbd, #a48dd3, #b7c3e6, #d9e1f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e4f8c, #8a6bbd, #a48dd3, #b7c3e6, #d9e1f2);
}
Paletas de colores similares
Scaredy Cat Crew color palette created on .