Pink Amelia Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Amelia palette
Pink Amelia color palette CSS
/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #f8e5b9;
}
.color-3 {
color: #f7c5a6;
}
.color-4 {
color: #eab3d0;
}
.color-5 {
color: #d5a4df;
}
/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f8e5b9;
--color-3: #f7c5a6;
--color-4: #eab3d0;
--color-5: #d5a4df;
}
Pink Amelia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f8e5b9, #f7c5a6, #eab3d0, #d5a4df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f8e5b9, #f7c5a6, #eab3d0, #d5a4df);
}
Similar color palettes
Scroll down to explore 600+ Bright color palettes
Pink Amelia color palette created on .