Teal Beauty Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Teal Beauty palette

Share this palette to:

Teal Beauty color palette CSS

/* CSS */
.color-1 {
color: #3b6d8c;
}
.color-2 {
color: #77bbc5;
}
.color-3 {
color: #b9e1e4;
}
.color-4 {
color: #f0c1a8;
}
.color-5 {
color: #e67b6b;
}

/* CSS Variables */
:root {
--color-1: #3b6d8c;
--color-2: #77bbc5;
--color-3: #b9e1e4;
--color-4: #f0c1a8;
--color-5: #e67b6b;
}

Teal Beauty background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b6d8c, #77bbc5, #b9e1e4, #f0c1a8, #e67b6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b6d8c, #77bbc5, #b9e1e4, #f0c1a8, #e67b6b);
}

Teal Beauty color palette created on .