Whispers of Tranquility Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Tranquility palette

Condividi questa palette a:

tavolozza dei colori Whispers of Tranquility CSS

/* CSS */
.color-1 {
color: #eef0f1;
}
.color-2 {
color: #ded9d4;
}
.color-3 {
color: #d0cac3;
}
.color-4 {
color: #bfb9b0;
}
.color-5 {
color: #b1a9a0;
}

/* CSS Variables */
:root {
--color-1: #eef0f1;
--color-2: #ded9d4;
--color-3: #d0cac3;
--color-4: #bfb9b0;
--color-5: #b1a9a0;
}

CSS con gradiente di sfondo Whispers of Tranquility

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eef0f1, #ded9d4, #d0cac3, #bfb9b0, #b1a9a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eef0f1, #ded9d4, #d0cac3, #bfb9b0, #b1a9a0);
}

Tavolozze di colori simili

Whispers of Tranquility color palette created on .