Blossom Whispers Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blossom Whispers palette

Condividi questa palette a:

tavolozza dei colori Blossom Whispers CSS

/* CSS */
.color-1 {
color: #f7a1b4;
}
.color-2 {
color: #f6c6d6;
}
.color-3 {
color: #efe1e8;
}
.color-4 {
color: #f7d4e2;
}
.color-5 {
color: #f6b1c3;
}

/* CSS Variables */
:root {
--color-1: #f7a1b4;
--color-2: #f6c6d6;
--color-3: #efe1e8;
--color-4: #f7d4e2;
--color-5: #f6b1c3;
}

CSS con gradiente di sfondo Blossom Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1b4, #f6c6d6, #efe1e8, #f7d4e2, #f6b1c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1b4, #f6c6d6, #efe1e8, #f7d4e2, #f6b1c3);
}

Blossom Whispers color palette created on .