Sweet Celebration Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sweet Celebration Dream palette
Sweet Celebration Dream color palette CSS
/* CSS */
.color-1 {
color: #f8caa5;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f58a93;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #d46a5e;
}
/* CSS Variables */
:root {
--color-1: #f8caa5;
--color-2: #f1a8a2;
--color-3: #f58a93;
--color-4: #ff6e61;
--color-5: #d46a5e;
}
Sweet Celebration Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8caa5, #f1a8a2, #f58a93, #ff6e61, #d46a5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8caa5, #f1a8a2, #f58a93, #ff6e61, #d46a5e);
}
Similar color palettes
Sweet Celebration Dream color palette created on .