Calypso Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Calypso Breeze palette

Share this palette to:

Calypso Breeze color palette PNG image

Download calypso breeze color palette PNG image (landscape)
Download calypso breeze color palette PNG image (square)

Calypso Breeze color palette CSS

/* CSS */
.color-1 {
color: #31708c;
}
.color-2 {
color: #4ab7d9;
}
.color-3 {
color: #a3e6e5;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #31708c;
--color-2: #4ab7d9;
--color-3: #a3e6e5;
--color-4: #ffb84d;
--color-5: #ff6e61;
}

Calypso Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #31708c, #4ab7d9, #a3e6e5, #ffb84d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #31708c, #4ab7d9, #a3e6e5, #ffb84d, #ff6e61);
}

Calypso Breeze color palette created on .