Rainy Day Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rainy Day Serenade palette

Share this palette to:

Rainy Day Serenade color palette CSS

/* CSS */
.color-1 {
color: #5cc0eb;
}
.color-2 {
color: #f8d03f;
}
.color-3 {
color: #f36d6d;
}
.color-4 {
color: #f6b6d6;
}
.color-5 {
color: #a3e77e;
}

/* CSS Variables */
:root {
--color-1: #5cc0eb;
--color-2: #f8d03f;
--color-3: #f36d6d;
--color-4: #f6b6d6;
--color-5: #a3e77e;
}

Rainy Day Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5cc0eb, #f8d03f, #f36d6d, #f6b6d6, #a3e77e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5cc0eb, #f8d03f, #f36d6d, #f6b6d6, #a3e77e);
}

Rainy Day Serenade color palette created on .