Pink Gardenia Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Gardenia palette
Pink Gardenia color palette PNG image
Pink Gardenia color palette CSS
/* CSS */
.color-1 {
color: #f8e0bf;
}
.color-2 {
color: #f4b79f;
}
.color-3 {
color: #f19998;
}
.color-4 {
color: #f05c7c;
}
.color-5 {
color: #d84f66;
}
/* CSS Variables */
:root {
--color-1: #f8e0bf;
--color-2: #f4b79f;
--color-3: #f19998;
--color-4: #f05c7c;
--color-5: #d84f66;
}
Pink Gardenia background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e0bf, #f4b79f, #f19998, #f05c7c, #d84f66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e0bf, #f4b79f, #f19998, #f05c7c, #d84f66);
}
Similar color palettes
Pink Gardenia color palette created on .