Pastel Spring Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pastel Spring Reverie palette
Pastel Spring Reverie color palette CSS
/* CSS */
.color-1 {
color: #f7e7b6;
}
.color-2 {
color: #f1b1c3;
}
.color-3 {
color: #d6a3e0;
}
.color-4 {
color: #a2c7e7;
}
.color-5 {
color: #6cc0e4;
}
/* CSS Variables */
:root {
--color-1: #f7e7b6;
--color-2: #f1b1c3;
--color-3: #d6a3e0;
--color-4: #a2c7e7;
--color-5: #6cc0e4;
}
Pastel Spring Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e7b6, #f1b1c3, #d6a3e0, #a2c7e7, #6cc0e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e7b6, #f1b1c3, #d6a3e0, #a2c7e7, #6cc0e4);
}
Similar color palettes
Scroll down to explore 500+ Bright color palettes
Pastel Spring Reverie color palette created on .