Tropical Sunset Breeze Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Tropical Sunset Breeze palette

Condividi questa palette a:

tavolozza dei colori Tropical Sunset Breeze CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ff9b8a;
}
.color-3 {
color: #ffb3c6;
}
.color-4 {
color: #5ca2e0;
}
.color-5 {
color: #3a8fa6;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ff9b8a;
--color-3: #ffb3c6;
--color-4: #5ca2e0;
--color-5: #3a8fa6;
}

CSS con gradiente di sfondo Tropical Sunset Breeze

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ff9b8a, #ffb3c6, #5ca2e0, #3a8fa6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ff9b8a, #ffb3c6, #5ca2e0, #3a8fa6);
}

Tropical Sunset Breeze color palette created on .