Blue Cloudburst Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Cloudburst palette
Blue Cloudburst color palette CSS
/* CSS */
.color-1 {
color: #a3c3e0;
}
.color-2 {
color: #7c9fb1;
}
.color-3 {
color: #4c7c8a;
}
.color-4 {
color: #f0d4c7;
}
.color-5 {
color: #f0a800;
}
/* CSS Variables */
:root {
--color-1: #a3c3e0;
--color-2: #7c9fb1;
--color-3: #4c7c8a;
--color-4: #f0d4c7;
--color-5: #f0a800;
}
Blue Cloudburst background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c3e0, #7c9fb1, #4c7c8a, #f0d4c7, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c3e0, #7c9fb1, #4c7c8a, #f0d4c7, #f0a800);
}
Similar color palettes
Blue Cloudburst color palette created on .