Cayman Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cayman Breeze palette

Share this palette to:

Cayman Breeze color palette CSS

/* CSS */
.color-1 {
color: #0f998b;
}
.color-2 {
color: #1eaea5;
}
.color-3 {
color: #3edad5;
}
.color-4 {
color: #7ff5e8;
}
.color-5 {
color: #d0f6f1;
}

/* CSS Variables */
:root {
--color-1: #0f998b;
--color-2: #1eaea5;
--color-3: #3edad5;
--color-4: #7ff5e8;
--color-5: #d0f6f1;
}

Cayman Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0f998b, #1eaea5, #3edad5, #7ff5e8, #d0f6f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0f998b, #1eaea5, #3edad5, #7ff5e8, #d0f6f1);
}

Cayman Breeze color palette created on .