Rosy Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Rosy Serenity palette

Share this palette to:

Rosy Serenity color palette CSS

/* CSS */
.color-1 {
color: #f2b2a1;
}
.color-2 {
color: #efaf9f;
}
.color-3 {
color: #e3c7b0;
}
.color-4 {
color: #d3d1c5;
}
.color-5 {
color: #b4d5c5;
}

/* CSS Variables */
:root {
--color-1: #f2b2a1;
--color-2: #efaf9f;
--color-3: #e3c7b0;
--color-4: #d3d1c5;
--color-5: #b4d5c5;
}

Rosy Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b2a1, #efaf9f, #e3c7b0, #d3d1c5, #b4d5c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b2a1, #efaf9f, #e3c7b0, #d3d1c5, #b4d5c5);
}

Rosy Serenity color palette created on .