Rainy Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rainy Reverie palette
Rainy Reverie color palette CSS
/* CSS */
.color-1 {
color: #a1c4e8;
}
.color-2 {
color: #75baff;
}
.color-3 {
color: #00b893;
}
.color-4 {
color: #00ccc9;
}
.color-5 {
color: #ff7575;
}
/* CSS Variables */
:root {
--color-1: #a1c4e8;
--color-2: #75baff;
--color-3: #00b893;
--color-4: #00ccc9;
--color-5: #ff7575;
}
Rainy Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1c4e8, #75baff, #00b893, #00ccc9, #ff7575);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1c4e8, #75baff, #00b893, #00ccc9, #ff7575);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Rainy Reverie color palette created on .