Paleta de colores Whispers of Tranquility

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Tranquility palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Tranquility

/* 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 del degradado de fondo 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 .