Loading...
Pink Celestia Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Celestia palette
Download Pink Celestia Color Palette (PNG)
Pink Celestia color palette CSS
/* CSS */
.color-1 {
color: #f8f3a5;
}
.color-2 {
color: #f4b3c3;
}
.color-3 {
color: #f69dbf;
}
.color-4 {
color: #d97dba;
}
.color-5 {
color: #9c609f;
}
/* CSS Variables */
:root {
--color-1: #f8f3a5;
--color-2: #f4b3c3;
--color-3: #f69dbf;
--color-4: #d97dba;
--color-5: #9c609f;
}
Pink Celestia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f3a5, #f4b3c3, #f69dbf, #d97dba, #9c609f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f3a5, #f4b3c3, #f69dbf, #d97dba, #9c609f);
}
Similar color palettes
Pink Celestia color palette created on .