Amy Rose Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Amy Rose palette

Share this palette to:

Amy Rose color palette CSS

/* CSS */
.color-1 {
color: #fd8b9b;
}
.color-2 {
color: #fa57b6;
}
.color-3 {
color: #ef43ef;
}
.color-4 {
color: #afc5f3;
}
.color-5 {
color: #fce878;
}

/* CSS Variables */
:root {
--color-1: #fd8b9b;
--color-2: #fa57b6;
--color-3: #ef43ef;
--color-4: #afc5f3;
--color-5: #fce878;
}

Amy Rose background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fd8b9b, #fa57b6, #ef43ef, #afc5f3, #fce878);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fd8b9b, #fa57b6, #ef43ef, #afc5f3, #fce878);
}

Amy Rose color palette created on .