Whispers of Tranquil Waters Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Tranquil Waters palette

Condividi questa palette a:

tavolozza dei colori Whispers of Tranquil Waters CSS

/* CSS */
.color-1 {
color: #e1dfe1;
}
.color-2 {
color: #adaead;
}
.color-3 {
color: #7bb4ea;
}
.color-4 {
color: #5995c9;
}
.color-5 {
color: #858768;
}

/* CSS Variables */
:root {
--color-1: #e1dfe1;
--color-2: #adaead;
--color-3: #7bb4ea;
--color-4: #5995c9;
--color-5: #858768;
}

CSS con gradiente di sfondo Whispers of Tranquil Waters

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1dfe1, #adaead, #7bb4ea, #5995c9, #858768);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1dfe1, #adaead, #7bb4ea, #5995c9, #858768);
}

Whispers of Tranquil Waters color palette created on .