Beginner's Bliss Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Beginner's Bliss palette
Beginner's Bliss color palette CSS
/* CSS */
.color-1 {
color: #56b0f5;
}
.color-2 {
color: #a2d84b;
}
.color-3 {
color: #f7e1a1;
}
.color-4 {
color: #f69c41;
}
.color-5 {
color: #e77e8f;
}
/* CSS Variables */
:root {
--color-1: #56b0f5;
--color-2: #a2d84b;
--color-3: #f7e1a1;
--color-4: #f69c41;
--color-5: #e77e8f;
}
Beginner's Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #56b0f5, #a2d84b, #f7e1a1, #f69c41, #e77e8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #56b0f5, #a2d84b, #f7e1a1, #f69c41, #e77e8f);
}
Similar color palettes
Scroll down to explore 500+ Bright color palettes
Beginner's Bliss color palette created on .