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