Vibrant Matu Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Matu palette

Condividi questa palette a:

tavolozza dei colori Vibrant Matu CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f7c94b;
}
.color-3 {
color: #6cbe46;
}
.color-4 {
color: #3a8cd9;
}
.color-5 {
color: #a94c9b;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f7c94b;
--color-3: #6cbe46;
--color-4: #3a8cd9;
--color-5: #a94c9b;
}

CSS con gradiente di sfondo Vibrant Matu

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f7c94b, #6cbe46, #3a8cd9, #a94c9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f7c94b, #6cbe46, #3a8cd9, #a94c9b);
}

Vibrant Matu color palette created on .