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: #fcffeb;
}
.color-2 {
color: #d5ece8;
}
.color-3 {
color: #c4e7e9;
}
.color-4 {
color: #c5e7e8;
}
.color-5 {
color: #c3e6e9;
}

/* CSS Variables */
:root {
--color-1: #fcffeb;
--color-2: #d5ece8;
--color-3: #c4e7e9;
--color-4: #c5e7e8;
--color-5: #c3e6e9;
}

CSS con gradiente di sfondo Whispers of Tranquility

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcffeb, #d5ece8, #c4e7e9, #c5e7e8, #c3e6e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcffeb, #d5ece8, #c4e7e9, #c5e7e8, #c3e6e9);
}

Whispers of Tranquility color palette created on .