Loading...

Tropical Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Tropical Sunrise palette

Condividi questa palette a:

Scarica la tavolozza dei colori Tropical Sunrise (PNG)

Download tropical sunrise color palette PNG image (landscape)
Download tropical sunrise color palette PNG image (square)

tavolozza dei colori Tropical Sunrise CSS

/* CSS */
.color-1 {
color: #65c8dc;
}
.color-2 {
color: #f09e9e;
}
.color-3 {
color: #f0dbb2;
}
.color-4 {
color: #ddb4a2;
}
.color-5 {
color: #ff6600;
}

/* CSS Variables */
:root {
--color-1: #65c8dc;
--color-2: #f09e9e;
--color-3: #f0dbb2;
--color-4: #ddb4a2;
--color-5: #ff6600;
}

CSS con gradiente di sfondo Tropical Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #65c8dc, #f09e9e, #f0dbb2, #ddb4a2, #ff6600);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #65c8dc, #f09e9e, #f0dbb2, #ddb4a2, #ff6600);
}

Tropical Sunrise color palette created on .