Whispers of Confidence Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Confidence palette

Condividi questa palette a:

tavolozza dei colori Whispers of Confidence CSS

/* CSS */
.color-1 {
color: #df9fae;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f1d5a2;
}
.color-4 {
color: #87af4b;
}
.color-5 {
color: #6d9ed0;
}

/* CSS Variables */
:root {
--color-1: #df9fae;
--color-2: #f1c84b;
--color-3: #f1d5a2;
--color-4: #87af4b;
--color-5: #6d9ed0;
}

CSS con gradiente di sfondo Whispers of Confidence

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #df9fae, #f1c84b, #f1d5a2, #87af4b, #6d9ed0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #df9fae, #f1c84b, #f1d5a2, #87af4b, #6d9ed0);
}

Whispers of Confidence color palette created on .