Blue Cloud Burst Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Cloud Burst palette
Download Blue Cloud Burst Color Palette (PNG)
Blue Cloud Burst color palette CSS
/* CSS */
.color-1 {
color: #1a2532;
}
.color-2 {
color: #4b5a72;
}
.color-3 {
color: #789ca5;
}
.color-4 {
color: #b2d6e0;
}
.color-5 {
color: #ebfaff;
}
/* CSS Variables */
:root {
--color-1: #1a2532;
--color-2: #4b5a72;
--color-3: #789ca5;
--color-4: #b2d6e0;
--color-5: #ebfaff;
}
Blue Cloud Burst background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a2532, #4b5a72, #789ca5, #b2d6e0, #ebfaff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a2532, #4b5a72, #789ca5, #b2d6e0, #ebfaff);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Blue Cloud Burst color palette created on .