Whispers of Water Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Water palette

Condividi questa palette a:

tavolozza dei colori Whispers of Water CSS

/* CSS */
.color-1 {
color: #6abedc;
}
.color-2 {
color: #4da0b3;
}
.color-3 {
color: #3a8e9c;
}
.color-4 {
color: #3b5c68;
}
.color-5 {
color: #2d4043;
}

/* CSS Variables */
:root {
--color-1: #6abedc;
--color-2: #4da0b3;
--color-3: #3a8e9c;
--color-4: #3b5c68;
--color-5: #2d4043;
}

CSS con gradiente di sfondo Whispers of Water

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6abedc, #4da0b3, #3a8e9c, #3b5c68, #2d4043);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6abedc, #4da0b3, #3a8e9c, #3b5c68, #2d4043);
}

Whispers of Water color palette created on .