Gavin's Vibrant Horizon Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Gavin's Vibrant Horizon palette

Condividi questa palette a:

tavolozza dei colori Gavin's Vibrant Horizon CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #f8b830;
}
.color-3 {
color: #f2e03a;
}
.color-4 {
color: #6ed6ed;
}
.color-5 {
color: #0d4b91;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #f8b830;
--color-3: #f2e03a;
--color-4: #6ed6ed;
--color-5: #0d4b91;
}

CSS con gradiente di sfondo Gavin's Vibrant Horizon

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #f8b830, #f2e03a, #6ed6ed, #0d4b91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #f8b830, #f2e03a, #6ed6ed, #0d4b91);
}

Gavin's Vibrant Horizon color palette created on .