Fresh Beginnings Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fresh Beginnings palette
Fresh Beginnings color palette CSS
/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff8b3d;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ffb8c1;
}
.color-5 {
color: #6b9cd1;
}
/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff8b3d;
--color-3: #ff6e61;
--color-4: #ffb8c1;
--color-5: #6b9cd1;
}
Fresh Beginnings background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff8b3d, #ff6e61, #ffb8c1, #6b9cd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff8b3d, #ff6e61, #ffb8c1, #6b9cd1);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Fresh Beginnings color palette created on .