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: #f6a8a2;
}
.color-2 {
color: #f4d48a;
}
.color-3 {
color: #a7d7b8;
}
.color-4 {
color: #7bc6c4;
}
.color-5 {
color: #4e8d8d;
}

/* CSS Variables */
:root {
--color-1: #f6a8a2;
--color-2: #f4d48a;
--color-3: #a7d7b8;
--color-4: #7bc6c4;
--color-5: #4e8d8d;
}

CSS con gradiente di sfondo Shades of Pink and Teal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a8a2, #f4d48a, #a7d7b8, #7bc6c4, #4e8d8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a8a2, #f4d48a, #a7d7b8, #7bc6c4, #4e8d8d);
}

Shades of Pink and Teal color palette created on .