Kaua Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Kaua palette

Share this palette to:

Kaua color palette CSS

/* CSS */
.color-1 {
color: #5fd3c2;
}
.color-2 {
color: #3caf9f;
}
.color-3 {
color: #3b8c8b;
}
.color-4 {
color: #2e5c5b;
}
.color-5 {
color: #2a3c3b;
}

/* CSS Variables */
:root {
--color-1: #5fd3c2;
--color-2: #3caf9f;
--color-3: #3b8c8b;
--color-4: #2e5c5b;
--color-5: #2a3c3b;
}

Kaua background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5fd3c2, #3caf9f, #3b8c8b, #2e5c5b, #2a3c3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5fd3c2, #3caf9f, #3b8c8b, #2e5c5b, #2a3c3b);
}

Kaua color palette created on .