Vibrant Ashera Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Ashera palette

Condividi questa palette a:

tavolozza dei colori Vibrant Ashera CSS

/* 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 con gradiente di sfondo 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 .