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