Turquoise Transformations Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Turquoise Transformations palette

Share this palette to:

Turquoise Transformations color palette CSS

/* CSS */
.color-1 {
color: #009975;
}
.color-2 {
color: #1dbf9c;
}
.color-3 {
color: #4dd1b9;
}
.color-4 {
color: #98e6d7;
}
.color-5 {
color: #d2f9e7;
}

/* CSS Variables */
:root {
--color-1: #009975;
--color-2: #1dbf9c;
--color-3: #4dd1b9;
--color-4: #98e6d7;
--color-5: #d2f9e7;
}

Turquoise Transformations background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009975, #1dbf9c, #4dd1b9, #98e6d7, #d2f9e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009975, #1dbf9c, #4dd1b9, #98e6d7, #d2f9e7);
}

Turquoise Transformations color palette created on .