Pink Cecilia Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Cecilia palette
Pink Cecilia color palette CSS
/* CSS */
.color-1 {
color: #f7c6a6;
}
.color-2 {
color: #f1a7b3;
}
.color-3 {
color: #f17e8e;
}
.color-4 {
color: #f14b77;
}
.color-5 {
color: #e84845;
}
/* CSS Variables */
:root {
--color-1: #f7c6a6;
--color-2: #f1a7b3;
--color-3: #f17e8e;
--color-4: #f14b77;
--color-5: #e84845;
}
Pink Cecilia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a6, #f1a7b3, #f17e8e, #f14b77, #e84845);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a6, #f1a7b3, #f17e8e, #f14b77, #e84845);
}
Similar color palettes
Pink Cecilia color palette created on .