Shades of Pink and Teal Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Pink and Teal palette

Condividi questa palette a:

tavolozza dei colori Shades of Pink and Teal CSS

/* CSS */
.color-1 {
color: #ff998a;
}
.color-2 {
color: #ffcc7a;
}
.color-3 {
color: #ffda6b;
}
.color-4 {
color: #6ed4cf;
}
.color-5 {
color: #2a9d90;
}

/* CSS Variables */
:root {
--color-1: #ff998a;
--color-2: #ffcc7a;
--color-3: #ffda6b;
--color-4: #6ed4cf;
--color-5: #2a9d90;
}

CSS con gradiente di sfondo Shades of Pink and Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff998a, #ffcc7a, #ffda6b, #6ed4cf, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff998a, #ffcc7a, #ffda6b, #6ed4cf, #2a9d90);
}

Shades of Pink and Teal color palette created on .