Serenade of Ria Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Serenade of Ria palette

Share this palette to:

Serenade of Ria color palette CSS

/* CSS */
.color-1 {
color: #e1b7d0;
}
.color-2 {
color: #f8d3c4;
}
.color-3 {
color: #f9e3b4;
}
.color-4 {
color: #f7e3a1;
}
.color-5 {
color: #b2d3e0;
}

/* CSS Variables */
:root {
--color-1: #e1b7d0;
--color-2: #f8d3c4;
--color-3: #f9e3b4;
--color-4: #f7e3a1;
--color-5: #b2d3e0;
}

Serenade of Ria background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1b7d0, #f8d3c4, #f9e3b4, #f7e3a1, #b2d3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1b7d0, #f8d3c4, #f9e3b4, #f7e3a1, #b2d3e0);
}

Serenade of Ria color palette created on .