Serendipitous Skies Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serendipitous Skies palette
Serendipitous Skies color palette CSS
/* CSS */
.color-1 {
color: #7a9cff;
}
.color-2 {
color: #70a7ff;
}
.color-3 {
color: #4dc3ff;
}
.color-4 {
color: #00d9ff;
}
.color-5 {
color: #00e5e6;
}
/* CSS Variables */
:root {
--color-1: #7a9cff;
--color-2: #70a7ff;
--color-3: #4dc3ff;
--color-4: #00d9ff;
--color-5: #00e5e6;
}
Serendipitous Skies background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a9cff, #70a7ff, #4dc3ff, #00d9ff, #00e5e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a9cff, #70a7ff, #4dc3ff, #00d9ff, #00e5e6);
}
Similar color palettes
Serendipitous Skies color palette created on .