Teal Icepeak Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Teal Icepeak palette

Condividi questa palette a:

tavolozza dei colori Teal Icepeak CSS

/* CSS */
.color-1 {
color: #a3d7e0;
}
.color-2 {
color: #a2e2d4;
}
.color-3 {
color: #e0f5d6;
}
.color-4 {
color: #f6e7b1;
}
.color-5 {
color: #f59e5b;
}

/* CSS Variables */
:root {
--color-1: #a3d7e0;
--color-2: #a2e2d4;
--color-3: #e0f5d6;
--color-4: #f6e7b1;
--color-5: #f59e5b;
}

CSS con gradiente di sfondo Teal Icepeak

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d7e0, #a2e2d4, #e0f5d6, #f6e7b1, #f59e5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d7e0, #a2e2d4, #e0f5d6, #f6e7b1, #f59e5b);
}

Teal Icepeak color palette created on .