Beginner's Brilliance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Beginner's Brilliance palette
Beginner's Brilliance color palette CSS
/* CSS */
.color-1 {
color: #ffcc00;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff2e62;
}
.color-4 {
color: #7c2c9b;
}
.color-5 {
color: #1e1e6c;
}
/* CSS Variables */
:root {
--color-1: #ffcc00;
--color-2: #ff6d1f;
--color-3: #ff2e62;
--color-4: #7c2c9b;
--color-5: #1e1e6c;
}
Beginner's Brilliance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffcc00, #ff6d1f, #ff2e62, #7c2c9b, #1e1e6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffcc00, #ff6d1f, #ff2e62, #7c2c9b, #1e1e6c);
}
Similar color palettes
Beginner's Brilliance color palette created on .