Playful Blossoms Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Playful Blossoms palette
Playful Blossoms color palette CSS
/* CSS */
.color-1 {
color: #f7d58d;
}
.color-2 {
color: #f5b8a3;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #a65e9e;
}
.color-5 {
color: #5a4fcf;
}
/* CSS Variables */
:root {
--color-1: #f7d58d;
--color-2: #f5b8a3;
--color-3: #ff6e61;
--color-4: #a65e9e;
--color-5: #5a4fcf;
}
Playful Blossoms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d58d, #f5b8a3, #ff6e61, #a65e9e, #5a4fcf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d58d, #f5b8a3, #ff6e61, #a65e9e, #5a4fcf);
}
Similar color palettes
Playful Blossoms color palette created on .