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: #ff6e61;
}
.color-2 {
color: #ff9a6b;
}
.color-3 {
color: #4c8c45;
}
.color-4 {
color: #6a5bcd;
}
.color-5 {
color: #c2c2ff;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9a6b;
--color-3: #4c8c45;
--color-4: #6a5bcd;
--color-5: #c2c2ff;
}

CSS del degradado de fondo Coral Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9a6b, #4c8c45, #6a5bcd, #c2c2ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9a6b, #4c8c45, #6a5bcd, #c2c2ff);
}

Coral Sunset color palette created on .