Quantum Bloom Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Quantum Bloom palette
Quantum Bloom color palette CSS
/* CSS */
.color-1 {
color: #3fca89;
}
.color-2 {
color: #7fd959;
}
.color-3 {
color: #a1d600;
}
.color-4 {
color: #faa700;
}
.color-5 {
color: #ff4747;
}
/* CSS Variables */
:root {
--color-1: #3fca89;
--color-2: #7fd959;
--color-3: #a1d600;
--color-4: #faa700;
--color-5: #ff4747;
}
Quantum Bloom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3fca89, #7fd959, #a1d600, #faa700, #ff4747);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3fca89, #7fd959, #a1d600, #faa700, #ff4747);
}
Similar color palettes
Quantum Bloom color palette created on .