Whispers of Tranquil Tides Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Tranquil Tides palette
Whispers of Tranquil Tides color palette CSS
/* CSS */
.color-1 {
color: #ebf1f5;
}
.color-2 {
color: #c0d0dd;
}
.color-3 {
color: #9aaec1;
}
.color-4 {
color: #9a984c;
}
.color-5 {
color: #74859a;
}
/* CSS Variables */
:root {
--color-1: #ebf1f5;
--color-2: #c0d0dd;
--color-3: #9aaec1;
--color-4: #9a984c;
--color-5: #74859a;
}
Whispers of Tranquil Tides background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ebf1f5, #c0d0dd, #9aaec1, #9a984c, #74859a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ebf1f5, #c0d0dd, #9aaec1, #9a984c, #74859a);
}
Similar color palettes
Scroll down to explore 2 Light blue color palettes
Whispers of Tranquil Tides color palette created on .