Whispers of Water Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Water palette

Share this palette to:

Whispers of Water color palette 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;
}

Whispers of Water background gradient CSS

/* 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 .