Rainy Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Rainy Serenity palette
Rainy Serenity color palette CSS
/* CSS */
.color-1 {
color: #4b91e2;
}
.color-2 {
color: #50b1e2;
}
.color-3 {
color: #8cd3e3;
}
.color-4 {
color: #f7c5a6;
}
.color-5 {
color: #f28c8c;
}
/* CSS Variables */
:root {
--color-1: #4b91e2;
--color-2: #50b1e2;
--color-3: #8cd3e3;
--color-4: #f7c5a6;
--color-5: #f28c8c;
}
Rainy Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b91e2, #50b1e2, #8cd3e3, #f7c5a6, #f28c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b91e2, #50b1e2, #8cd3e3, #f7c5a6, #f28c8c);
}
Similar color palettes
Rainy Serenity color palette created on .