Vibrant Echoes of Bauti Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Echoes of Bauti palette

Condividi questa palette a:

tavolozza dei colori Vibrant Echoes of Bauti CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9900;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #a8e6cf;
}
.color-5 {
color: #d7a3e0;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9900;
--color-3: #ffd900;
--color-4: #a8e6cf;
--color-5: #d7a3e0;
}

CSS con gradiente di sfondo Vibrant Echoes of Bauti

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9900, #ffd900, #a8e6cf, #d7a3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9900, #ffd900, #a8e6cf, #d7a3e0);
}

Vibrant Echoes of Bauti color palette created on .