Rose Mist Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rose Mist palette
Download Rose Mist Color Palette (PNG)
Rose Mist color palette CSS
/* CSS */
.color-1 {
color: #f5d1d1;
}
.color-2 {
color: #e8bdb5;
}
.color-3 {
color: #e0ae9f;
}
.color-4 {
color: #d58f85;
}
.color-5 {
color: #c16867;
}
/* CSS Variables */
:root {
--color-1: #f5d1d1;
--color-2: #e8bdb5;
--color-3: #e0ae9f;
--color-4: #d58f85;
--color-5: #c16867;
}
Rose Mist background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d1d1, #e8bdb5, #e0ae9f, #d58f85, #c16867);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d1d1, #e8bdb5, #e0ae9f, #d58f85, #c16867);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Rose Mist color palette created on .