"Serene Sky Symphony" Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with "Serene Sky Symphony" palette

Share this palette to:

"Serene Sky Symphony" color palette CSS

/* CSS */
.color-1 {
color: #f8f9fc;
}
.color-2 {
color: #7d89e3;
}
.color-3 {
color: #5e79c9;
}
.color-4 {
color: #3b5fb5;
}
.color-5 {
color: #1847a0;
}

/* CSS Variables */
:root {
--color-1: #f8f9fc;
--color-2: #7d89e3;
--color-3: #5e79c9;
--color-4: #3b5fb5;
--color-5: #1847a0;
}

"Serene Sky Symphony" background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8f9fc, #7d89e3, #5e79c9, #3b5fb5, #1847a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8f9fc, #7d89e3, #5e79c9, #3b5fb5, #1847a0);
}

Similar color palettes

"Serene Sky Symphony" color palette created on .