Valentine's Whimsy Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Valentine's Whimsy palette

Condividi questa palette a:

tavolozza dei colori Valentine's Whimsy CSS

/* CSS */
.color-1 {
color: #f9b0a9;
}
.color-2 {
color: #f4cf3e;
}
.color-3 {
color: #2e8a56;
}
.color-4 {
color: #2a7c9d;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #f9b0a9;
--color-2: #f4cf3e;
--color-3: #2e8a56;
--color-4: #2a7c9d;
--color-5: #ff6e61;
}

CSS con gradiente di sfondo Valentine's Whimsy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b0a9, #f4cf3e, #2e8a56, #2a7c9d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b0a9, #f4cf3e, #2e8a56, #2a7c9d, #ff6e61);
}

Valentine's Whimsy color palette created on .