Scholarly Spectrum Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Scholarly Spectrum palette
Scholarly Spectrum color palette CSS
/* CSS */
.color-1 {
color: #9fbfe0;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #e76836;
}
.color-4 {
color: #6b4c94;
}
.color-5 {
color: #f0e1c1;
}
/* CSS Variables */
:root {
--color-1: #9fbfe0;
--color-2: #f6b83c;
--color-3: #e76836;
--color-4: #6b4c94;
--color-5: #f0e1c1;
}
Scholarly Spectrum background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fbfe0, #f6b83c, #e76836, #6b4c94, #f0e1c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fbfe0, #f6b83c, #e76836, #6b4c94, #f0e1c1);
}
Similar color palettes
- Lunar Serenade
- Calm Blue
- Moonlit Serenity
- Celestial Garden
- Celestial Serenade
- Sigma Sunrise
- Shades of Blue
- Shades of Blue Night
- Island Breeze
- Ocean Breeze Serenity
- Royal Blue and Mint Bliss
- Royal Blue and Mint Green Delight
- Royal Blue and Light Green Harmony
- Blue Sunset
- Blue Universe
- Blue Sir Amond
- Azure Dreamscape
- Soft Pink
Scholarly Spectrum color palette created on .