Turquoise Lin Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Turquoise Lin palette

Share this palette to:

Turquoise Lin color palette CSS

/* CSS */
.color-1 {
color: #e0a25c;
}
.color-2 {
color: #f3c5af;
}
.color-3 {
color: #f7e4a6;
}
.color-4 {
color: #9cc9b9;
}
.color-5 {
color: #5a7e8c;
}

/* CSS Variables */
:root {
--color-1: #e0a25c;
--color-2: #f3c5af;
--color-3: #f7e4a6;
--color-4: #9cc9b9;
--color-5: #5a7e8c;
}

Turquoise Lin background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0a25c, #f3c5af, #f7e4a6, #9cc9b9, #5a7e8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0a25c, #f3c5af, #f7e4a6, #9cc9b9, #5a7e8c);
}

Turquoise Lin color palette created on .