Vibrant Reverie Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Reverie palette

Condividi questa palette a:

tavolozza dei colori Vibrant Reverie CSS

/* CSS */
.color-1 {
color: #fde94e;
}
.color-2 {
color: #f9a94e;
}
.color-3 {
color: #f26969;
}
.color-4 {
color: #e65b89;
}
.color-5 {
color: #9c4ebc;
}

/* CSS Variables */
:root {
--color-1: #fde94e;
--color-2: #f9a94e;
--color-3: #f26969;
--color-4: #e65b89;
--color-5: #9c4ebc;
}

CSS con gradiente di sfondo Vibrant Reverie

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde94e, #f9a94e, #f26969, #e65b89, #9c4ebc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde94e, #f9a94e, #f26969, #e65b89, #9c4ebc);
}

Vibrant Reverie color palette created on .