Paleta de colores Vibrant Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Sunset palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Sunset

/* CSS */
.color-1 {
color: #f9a94e;
}
.color-2 {
color: #f26d50;
}
.color-3 {
color: #d44e6e;
}
.color-4 {
color: #9c6cc6;
}
.color-5 {
color: #7d9fd8;
}

/* CSS Variables */
:root {
--color-1: #f9a94e;
--color-2: #f26d50;
--color-3: #d44e6e;
--color-4: #9c6cc6;
--color-5: #7d9fd8;
}

CSS del degradado de fondo Vibrant Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a94e, #f26d50, #d44e6e, #9c6cc6, #7d9fd8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a94e, #f26d50, #d44e6e, #9c6cc6, #7d9fd8);
}

Vibrant Sunset color palette created on .