Sweet Whispers Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sweet Whispers palette

Condividi questa palette a:

tavolozza dei colori Sweet Whispers CSS

/* CSS */
.color-1 {
color: #ffb8d5;
}
.color-2 {
color: #ff99c3;
}
.color-3 {
color: #ff80b7;
}
.color-4 {
color: #ff5ca0;
}
.color-5 {
color: #ff3d87;
}

/* CSS Variables */
:root {
--color-1: #ffb8d5;
--color-2: #ff99c3;
--color-3: #ff80b7;
--color-4: #ff5ca0;
--color-5: #ff3d87;
}

CSS con gradiente di sfondo Sweet Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb8d5, #ff99c3, #ff80b7, #ff5ca0, #ff3d87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb8d5, #ff99c3, #ff80b7, #ff5ca0, #ff3d87);
}

Sweet Whispers color palette created on .