Paleta de colores Ravishing Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Ravishing Sunset palette

Compartir esta paleta en:

CSS de la paleta de colores Ravishing Sunset

/* CSS */
.color-1 {
color: #f7b2a1;
}
.color-2 {
color: #ff998a;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ff4d4d;
}
.color-5 {
color: #ff2929;
}

/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #ff998a;
--color-3: #ff6e61;
--color-4: #ff4d4d;
--color-5: #ff2929;
}

CSS del degradado de fondo Ravishing Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #ff998a, #ff6e61, #ff4d4d, #ff2929);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #ff998a, #ff6e61, #ff4d4d, #ff2929);
}

Ravishing Sunset color palette created on .