Casper's Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Casper's Breeze palette
Casper's Breeze color palette PNG image
Casper's Breeze color palette CSS
/* CSS */
.color-1 {
color: #adbed1;
}
.color-2 {
color: #a1c4d4;
}
.color-3 {
color: #8ab8d6;
}
.color-4 {
color: #5c9ead;
}
.color-5 {
color: #3b7b8c;
}
/* CSS Variables */
:root {
--color-1: #adbed1;
--color-2: #a1c4d4;
--color-3: #8ab8d6;
--color-4: #5c9ead;
--color-5: #3b7b8c;
}
Casper's Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #adbed1, #a1c4d4, #8ab8d6, #5c9ead, #3b7b8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #adbed1, #a1c4d4, #8ab8d6, #5c9ead, #3b7b8c);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Casper's Breeze color palette created on .