Loading...
Paleta de colores Sweet Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sweet Serenity palette
Descargar la paleta de colores Sweet Serenity (PNG)
CSS de la paleta de colores Sweet Serenity
/* CSS */
.color-1 {
color: #ffb3ba;
}
.color-2 {
color: #ff667d;
}
.color-3 {
color: #d4a5a5;
}
.color-4 {
color: #39305a;
}
.color-5 {
color: #5c86b2;
}
/* CSS Variables */
:root {
--color-1: #ffb3ba;
--color-2: #ff667d;
--color-3: #d4a5a5;
--color-4: #39305a;
--color-5: #5c86b2;
}
CSS del degradado de fondo Sweet Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3ba, #ff667d, #d4a5a5, #39305a, #5c86b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3ba, #ff667d, #d4a5a5, #39305a, #5c86b2);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Brillante
Sweet Serenity color palette created on .