Paleta de colores Deep Coral Sunset
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Deep Coral Sunset palette
Imagen PNG de la paleta de colores Deep Coral Sunset
CSS de la paleta de colores Deep Coral Sunset
/* CSS */
.color-1 {
color: #003f5c;
}
.color-2 {
color: #304c7e;
}
.color-3 {
color: #665190;
}
.color-4 {
color: #d44e86;
}
.color-5 {
color: #f95d6a;
}
/* CSS Variables */
:root {
--color-1: #003f5c;
--color-2: #304c7e;
--color-3: #665190;
--color-4: #d44e86;
--color-5: #f95d6a;
}
CSS del degradado de fondo Deep Coral Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003f5c, #304c7e, #665190, #d44e86, #f95d6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003f5c, #304c7e, #665190, #d44e86, #f95d6a);
}
Paletas de colores similares
Deep Coral Sunset color palette created on .