Casper's Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Casper's Breeze palette

Share this palette to:

Casper's Breeze color palette PNG image

Download casper's breeze color palette PNG image (landscape)
Download casper's breeze color palette PNG image (square)

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);
}

Casper's Breeze color palette created on .