Paleta de colores Coral Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Coral Sunset palette

Compartir esta paleta en:

CSS de la paleta de colores Coral Sunset

/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffa07a;
}
.color-3 {
color: #ffcc99;
}
.color-4 {
color: #fffdd1;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffa07a;
--color-3: #ffcc99;
--color-4: #fffdd1;
--color-5: #ffd900;
}

CSS del degradado de fondo Coral Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffa07a, #ffcc99, #fffdd1, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffa07a, #ffcc99, #fffdd1, #ffd900);
}

Coral Sunset color palette created on .