Autumn's Blush Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Autumn's Blush Reverie palette
Autumn's Blush Reverie color palette CSS
/* CSS */
.color-1 {
color: #ecd1cb;
}
.color-2 {
color: #e79c92;
}
.color-3 {
color: #cf686b;
}
.color-4 {
color: #92593a;
}
.color-5 {
color: #ab1c4c;
}
/* CSS Variables */
:root {
--color-1: #ecd1cb;
--color-2: #e79c92;
--color-3: #cf686b;
--color-4: #92593a;
--color-5: #ab1c4c;
}
Autumn's Blush Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ecd1cb, #e79c92, #cf686b, #92593a, #ab1c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ecd1cb, #e79c92, #cf686b, #92593a, #ab1c4c);
}
Similar color palettes
Autumn's Blush Reverie color palette created on .