Teal Sunshine Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Teal Sunshine palette

Condividi questa palette a:

tavolozza dei colori Teal Sunshine CSS

/* CSS */
.color-1 {
color: #005066;
}
.color-2 {
color: #ffbf00;
}
.color-3 {
color: #8a9a5b;
}
.color-4 {
color: #d06f3e;
}
.color-5 {
color: #f5f5db;
}

/* CSS Variables */
:root {
--color-1: #005066;
--color-2: #ffbf00;
--color-3: #8a9a5b;
--color-4: #d06f3e;
--color-5: #f5f5db;
}

CSS con gradiente di sfondo Teal Sunshine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #005066, #ffbf00, #8a9a5b, #d06f3e, #f5f5db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #005066, #ffbf00, #8a9a5b, #d06f3e, #f5f5db);
}

Teal Sunshine color palette created on .