Paleta de colores Seashell Sunrise
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Seashell Sunrise palette
CSS de la paleta de colores Seashell Sunrise
/* CSS */
.color-1 {
color: #ffb19e;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff4d4d;
}
.color-4 {
color: #ff9a57;
}
.color-5 {
color: #ffd97a;
}
/* CSS Variables */
:root {
--color-1: #ffb19e;
--color-2: #ff6e61;
--color-3: #ff4d4d;
--color-4: #ff9a57;
--color-5: #ffd97a;
}
CSS del degradado de fondo Seashell Sunrise
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb19e, #ff6e61, #ff4d4d, #ff9a57, #ffd97a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb19e, #ff6e61, #ff4d4d, #ff9a57, #ffd97a);
}
Paletas de colores similares
Seashell Sunrise color palette created on .