Whispers of Tranquility Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Tranquility palette
Whispers of Tranquility color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fafafa;
}
.color-3 {
color: #c2c2c2;
}
.color-4 {
color: #98c4d7;
}
.color-5 {
color: #8991bd;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fafafa;
--color-3: #c2c2c2;
--color-4: #98c4d7;
--color-5: #8991bd;
}
Whispers of Tranquility background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fafafa, #c2c2c2, #98c4d7, #8991bd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fafafa, #c2c2c2, #98c4d7, #8991bd);
}
Similar color palettes
Whispers of Tranquility color palette created on .