Pink Floragato Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pink Floragato palette

Share this palette to:

Pink Floragato color palette CSS

/* CSS */
.color-1 {
color: #f5c9c2;
}
.color-2 {
color: #f1b1b8;
}
.color-3 {
color: #e39cb8;
}
.color-4 {
color: #c77fba;
}
.color-5 {
color: #a46aaf;
}

/* CSS Variables */
:root {
--color-1: #f5c9c2;
--color-2: #f1b1b8;
--color-3: #e39cb8;
--color-4: #c77fba;
--color-5: #a46aaf;
}

Pink Floragato background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c9c2, #f1b1b8, #e39cb8, #c77fba, #a46aaf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c9c2, #f1b1b8, #e39cb8, #c77fba, #a46aaf);
}

Pink Floragato color palette created on .