Waves of Wanderlust Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Waves of Wanderlust palette

Condividi questa palette a:

tavolozza dei colori Waves of Wanderlust CSS

/* CSS */
.color-1 {
color: #498d92;
}
.color-2 {
color: #6eb4a9;
}
.color-3 {
color: #b2d7d2;
}
.color-4 {
color: #f2d4b5;
}
.color-5 {
color: #f7a5a1;
}

/* CSS Variables */
:root {
--color-1: #498d92;
--color-2: #6eb4a9;
--color-3: #b2d7d2;
--color-4: #f2d4b5;
--color-5: #f7a5a1;
}

CSS con gradiente di sfondo Waves of Wanderlust

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #498d92, #6eb4a9, #b2d7d2, #f2d4b5, #f7a5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #498d92, #6eb4a9, #b2d7d2, #f2d4b5, #f7a5a1);
}

Waves of Wanderlust color palette created on .