Blush Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blush Reverie palette
Blush Reverie color palette CSS
/* CSS */
.color-1 {
color: #f4c3d6;
}
.color-2 {
color: #f1a7b7;
}
.color-3 {
color: #e88db6;
}
.color-4 {
color: #e59fc3;
}
.color-5 {
color: #d58bbc;
}
/* CSS Variables */
:root {
--color-1: #f4c3d6;
--color-2: #f1a7b7;
--color-3: #e88db6;
--color-4: #e59fc3;
--color-5: #d58bbc;
}
Blush Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3d6, #f1a7b7, #e88db6, #e59fc3, #d58bbc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3d6, #f1a7b7, #e88db6, #e59fc3, #d58bbc);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blush Reverie color palette created on .