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: #fdfaf7;
}
.color-2 {
color: #e9e7dd;
}
.color-3 {
color: #d2d3c5;
}
.color-4 {
color: #b9bca9;
}
.color-5 {
color: #a3b299;
}

/* CSS Variables */
:root {
--color-1: #fdfaf7;
--color-2: #e9e7dd;
--color-3: #d2d3c5;
--color-4: #b9bca9;
--color-5: #a3b299;
}

CSS con gradiente di sfondo Whispers of Tranquility

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fdfaf7, #e9e7dd, #d2d3c5, #b9bca9, #a3b299);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fdfaf7, #e9e7dd, #d2d3c5, #b9bca9, #a3b299);
}

Whispers of Tranquility color palette created on .