Chelsea Skyfall Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Chelsea Skyfall palette
Chelsea Skyfall color palette CSS
/* CSS */
.color-1 {
color: #6bb3e1;
}
.color-2 {
color: #4da3d5;
}
.color-3 {
color: #408dba;
}
.color-4 {
color: #f2a1a1;
}
.color-5 {
color: #fb5b5b;
}
/* CSS Variables */
:root {
--color-1: #6bb3e1;
--color-2: #4da3d5;
--color-3: #408dba;
--color-4: #f2a1a1;
--color-5: #fb5b5b;
}
Chelsea Skyfall background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6bb3e1, #4da3d5, #408dba, #f2a1a1, #fb5b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6bb3e1, #4da3d5, #408dba, #f2a1a1, #fb5b5b);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Chelsea Skyfall color palette created on .