Blushing Whispers Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blushing Whispers palette

Condividi questa palette a:

tavolozza dei colori Blushing Whispers CSS

/* CSS */
.color-1 {
color: #f7d9e5;
}
.color-2 {
color: #f1a7c5;
}
.color-3 {
color: #e88da5;
}
.color-4 {
color: #d46e8e;
}
.color-5 {
color: #a85d77;
}

/* CSS Variables */
:root {
--color-1: #f7d9e5;
--color-2: #f1a7c5;
--color-3: #e88da5;
--color-4: #d46e8e;
--color-5: #a85d77;
}

CSS con gradiente di sfondo Blushing Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d9e5, #f1a7c5, #e88da5, #d46e8e, #a85d77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d9e5, #f1a7c5, #e88da5, #d46e8e, #a85d77);
}

Blushing Whispers color palette created on .