Whispers of Tranquil Mist Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Tranquil Mist palette

Condividi questa palette a:

tavolozza dei colori Whispers of Tranquil Mist CSS

/* CSS */
.color-1 {
color: #e5f3f5;
}
.color-2 {
color: #d9e4e7;
}
.color-3 {
color: #c8ccd0;
}
.color-4 {
color: #acaea7;
}
.color-5 {
color: #8b8874;
}

/* CSS Variables */
:root {
--color-1: #e5f3f5;
--color-2: #d9e4e7;
--color-3: #c8ccd0;
--color-4: #acaea7;
--color-5: #8b8874;
}

CSS con gradiente di sfondo Whispers of Tranquil Mist

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5f3f5, #d9e4e7, #c8ccd0, #acaea7, #8b8874);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5f3f5, #d9e4e7, #c8ccd0, #acaea7, #8b8874);
}

Whispers of Tranquil Mist color palette created on .