Paleta de colores Sweet Serenade
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sweet Serenade palette
CSS de la paleta de colores Sweet Serenade
/* CSS */
.color-1 {
color: #f7c5d5;
}
.color-2 {
color: #ff99a1;
}
.color-3 {
color: #ff667d;
}
.color-4 {
color: #d8316c;
}
.color-5 {
color: #c74b3d;
}
/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #ff99a1;
--color-3: #ff667d;
--color-4: #d8316c;
--color-5: #c74b3d;
}
CSS del degradado de fondo Sweet Serenade
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #ff99a1, #ff667d, #d8316c, #c74b3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #ff99a1, #ff667d, #d8316c, #c74b3d);
}
Paletas de colores similares
Sweet Serenade color palette created on .