Blue Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Serenity palette
Download Blue Serenity Color Palette (PNG)
Blue Serenity color palette CSS
/* CSS */
.color-1 {
color: #cce6ff;
}
.color-2 {
color: #a3cdff;
}
.color-3 {
color: #61a0ff;
}
.color-4 {
color: #006cfa;
}
.color-5 {
color: #0066cc;
}
/* CSS Variables */
:root {
--color-1: #cce6ff;
--color-2: #a3cdff;
--color-3: #61a0ff;
--color-4: #006cfa;
--color-5: #0066cc;
}
Blue Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cce6ff, #a3cdff, #61a0ff, #006cfa, #0066cc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cce6ff, #a3cdff, #61a0ff, #006cfa, #0066cc);
}
Similar color palettes
Scroll down to explore 1000+ Blue color palettes
Blue Serenity color palette created on .