Skybound Shells Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Skybound Shells palette
Skybound Shells color palette CSS
/* CSS */
.color-1 {
color: #a3c4e6;
}
.color-2 {
color: #6bafd6;
}
.color-3 {
color: #3b8dba;
}
.color-4 {
color: #1f6c98;
}
.color-5 {
color: #0b4b79;
}
/* CSS Variables */
:root {
--color-1: #a3c4e6;
--color-2: #6bafd6;
--color-3: #3b8dba;
--color-4: #1f6c98;
--color-5: #0b4b79;
}
Skybound Shells background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c4e6, #6bafd6, #3b8dba, #1f6c98, #0b4b79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c4e6, #6bafd6, #3b8dba, #1f6c98, #0b4b79);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Skybound Shells color palette created on .