Calypso Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Calypso palette

Share this palette to:

Calypso color palette CSS

/* CSS */
.color-1 {
color: #00b3aa;
}
.color-2 {
color: #02c59b;
}
.color-3 {
color: #f6d55a;
}
.color-4 {
color: #f7b32b;
}
.color-5 {
color: #e75b04;
}

/* CSS Variables */
:root {
--color-1: #00b3aa;
--color-2: #02c59b;
--color-3: #f6d55a;
--color-4: #f7b32b;
--color-5: #e75b04;
}

Calypso background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b3aa, #02c59b, #f6d55a, #f7b32b, #e75b04);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b3aa, #02c59b, #f6d55a, #f7b32b, #e75b04);
}

Calypso color palette created on .