Birthday Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Birthday palette
Birthday color palette CSS
/* CSS */
.color-1 {
color: #ffb3d9;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb65c;
}
.color-4 {
color: #d2eaa9;
}
.color-5 {
color: #a1dff7;
}
/* CSS Variables */
:root {
--color-1: #ffb3d9;
--color-2: #ff6e61;
--color-3: #ffb65c;
--color-4: #d2eaa9;
--color-5: #a1dff7;
}
Birthday background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d9, #ff6e61, #ffb65c, #d2eaa9, #a1dff7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d9, #ff6e61, #ffb65c, #d2eaa9, #a1dff7);
}
Similar color palettes
No palettes found
Try using different filters or clear your current selection to see more palettes.
Birthday color palette created on .