Blue Skipp Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Skipp palette
Blue Skipp color palette CSS
/* CSS */
.color-1 {
color: #59b4e8;
}
.color-2 {
color: #f7b1a1;
}
.color-3 {
color: #f6e7b6;
}
.color-4 {
color: #d7cae2;
}
.color-5 {
color: #ce5a7d;
}
/* CSS Variables */
:root {
--color-1: #59b4e8;
--color-2: #f7b1a1;
--color-3: #f6e7b6;
--color-4: #d7cae2;
--color-5: #ce5a7d;
}
Blue Skipp background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #59b4e8, #f7b1a1, #f6e7b6, #d7cae2, #ce5a7d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #59b4e8, #f7b1a1, #f6e7b6, #d7cae2, #ce5a7d);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Blue Skipp color palette created on .