Pink Evangeline Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Evangeline palette
Pink Evangeline color palette CSS
/* CSS */
.color-1 {
color: #f8d5a5;
}
.color-2 {
color: #f2b8a1;
}
.color-3 {
color: #e58f9e;
}
.color-4 {
color: #d26a9c;
}
.color-5 {
color: #b44b8c;
}
/* CSS Variables */
:root {
--color-1: #f8d5a5;
--color-2: #f2b8a1;
--color-3: #e58f9e;
--color-4: #d26a9c;
--color-5: #b44b8c;
}
Pink Evangeline background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d5a5, #f2b8a1, #e58f9e, #d26a9c, #b44b8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d5a5, #f2b8a1, #e58f9e, #d26a9c, #b44b8c);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Pink Evangeline color palette created on .