Paleta de colores Coral Reef Sunset
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Coral Reef Sunset palette
CSS de la paleta de colores Coral Reef Sunset
/* CSS */
.color-1 {
color: #e13e33;
}
.color-2 {
color: #f07d4c;
}
.color-3 {
color: #f3b94f;
}
.color-4 {
color: #f1e3a2;
}
.color-5 {
color: #6b9e79;
}
/* CSS Variables */
:root {
--color-1: #e13e33;
--color-2: #f07d4c;
--color-3: #f3b94f;
--color-4: #f1e3a2;
--color-5: #6b9e79;
}
CSS del degradado de fondo Coral Reef Sunset
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e13e33, #f07d4c, #f3b94f, #f1e3a2, #6b9e79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e13e33, #f07d4c, #f3b94f, #f1e3a2, #6b9e79);
}
Paletas de colores similares
Coral Reef Sunset color palette created on .