Blue Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Serenity palette
Blue Serenity color palette CSS
/* CSS */
.color-1 {
color: #395165;
}
.color-2 {
color: #4f6982;
}
.color-3 {
color: #7d9fb0;
}
.color-4 {
color: #a3d2e0;
}
.color-5 {
color: #f1e0b1;
}
/* CSS Variables */
:root {
--color-1: #395165;
--color-2: #4f6982;
--color-3: #7d9fb0;
--color-4: #a3d2e0;
--color-5: #f1e0b1;
}
Blue Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #395165, #4f6982, #7d9fb0, #a3d2e0, #f1e0b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #395165, #4f6982, #7d9fb0, #a3d2e0, #f1e0b1);
}
Similar color palettes
- Whimsical Serenity
- Sunset Serenade
- Whimsical Skies and Lavender Dreams
- Harmonious Oasis
- Solitude's Embrace
- Shades of Blue
- Soft Serenity
- Sunlit Ocean Breeze
- Blueprint Blossoms
- Ocean Breeze Harmony
- Skyward Serenity
- Blue Sunset
- Skyward Serenity
- Shades of Purple
- Blue Purple Dream
- Mystic Twilight
- Blue Sky
- Tropical Teal Breeze
Blue Serenity color palette created on .