Whispers of Love Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Love palette

Condividi questa palette a:

tavolozza dei colori Whispers of Love CSS

/* CSS */
.color-1 {
color: #f1a7b4;
}
.color-2 {
color: #f1c6d5;
}
.color-3 {
color: #f8e3e2;
}
.color-4 {
color: #fce3b6;
}
.color-5 {
color: #f8a5b7;
}

/* CSS Variables */
:root {
--color-1: #f1a7b4;
--color-2: #f1c6d5;
--color-3: #f8e3e2;
--color-4: #fce3b6;
--color-5: #f8a5b7;
}

CSS con gradiente di sfondo Whispers of Love

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b4, #f1c6d5, #f8e3e2, #fce3b6, #f8a5b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b4, #f1c6d5, #f8e3e2, #fce3b6, #f8a5b7);
}

Whispers of Love color palette created on .