Whispers of Tranquil Mist Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Tranquil Mist palette
Whispers of Tranquil Mist color palette CSS
/* CSS */
.color-1 {
color: #e5f3f5;
}
.color-2 {
color: #d9e4e7;
}
.color-3 {
color: #c8ccd0;
}
.color-4 {
color: #acaea7;
}
.color-5 {
color: #8b8874;
}
/* CSS Variables */
:root {
--color-1: #e5f3f5;
--color-2: #d9e4e7;
--color-3: #c8ccd0;
--color-4: #acaea7;
--color-5: #8b8874;
}
Whispers of Tranquil Mist background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5f3f5, #d9e4e7, #c8ccd0, #acaea7, #8b8874);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5f3f5, #d9e4e7, #c8ccd0, #acaea7, #8b8874);
}
Similar color palettes
Whispers of Tranquil Mist color palette created on .