Loading...
Whispers of Morning Mist Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Morning Mist palette
Download Whispers of Morning Mist Color Palette (PNG)
Whispers of Morning Mist color palette CSS
/* CSS */
.color-1 {
color: #e6c6e4;
}
.color-2 {
color: #d8a6d1;
}
.color-3 {
color: #c68dce;
}
.color-4 {
color: #b86bac;
}
.color-5 {
color: #a5508d;
}
/* CSS Variables */
:root {
--color-1: #e6c6e4;
--color-2: #d8a6d1;
--color-3: #c68dce;
--color-4: #b86bac;
--color-5: #a5508d;
}
Whispers of Morning Mist background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6c6e4, #d8a6d1, #c68dce, #b86bac, #a5508d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6c6e4, #d8a6d1, #c68dce, #b86bac, #a5508d);
}
Similar color palettes
Whispers of Morning Mist color palette created on .