Paleta de colores Seashell Serenade
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Seashell Serenade palette
CSS de la paleta de colores Seashell Serenade
/* CSS */
.color-1 {
color: #ff9e9e;
}
.color-2 {
color: #ffb3b3;
}
.color-3 {
color: #ffe2a3;
}
.color-4 {
color: #ffffb3;
}
.color-5 {
color: #ffcc99;
}
/* CSS Variables */
:root {
--color-1: #ff9e9e;
--color-2: #ffb3b3;
--color-3: #ffe2a3;
--color-4: #ffffb3;
--color-5: #ffcc99;
}
CSS del degradado de fondo Seashell Serenade
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9e9e, #ffb3b3, #ffe2a3, #ffffb3, #ffcc99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9e9e, #ffb3b3, #ffe2a3, #ffffb3, #ffcc99);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Playa
Seashell Serenade color palette created on .