Paleta de colores Vibrant Ashera

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Ashera palette

Compartir esta paleta en:

CSS de la paleta de colores Vibrant Ashera

/* CSS */
.color-1 {
color: #f4a20b;
}
.color-2 {
color: #d8544f;
}
.color-3 {
color: #e5e36c;
}
.color-4 {
color: #3da6d6;
}
.color-5 {
color: #a35cbc;
}

/* CSS Variables */
:root {
--color-1: #f4a20b;
--color-2: #d8544f;
--color-3: #e5e36c;
--color-4: #3da6d6;
--color-5: #a35cbc;
}

CSS del degradado de fondo Vibrant Ashera

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4a20b, #d8544f, #e5e36c, #3da6d6, #a35cbc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4a20b, #d8544f, #e5e36c, #3da6d6, #a35cbc);
}

Vibrant Ashera color palette created on .