Starlit Tropics Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Starlit Tropics palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Starlit Tropics

Download starlit tropics color palette PNG image (landscape)
Download starlit tropics color palette PNG image (square)

tavolozza dei colori Starlit Tropics CSS

/* CSS */
.color-1 {
color: #1a1a2e;
}
.color-2 {
color: #3a3d5a;
}
.color-3 {
color: #f0a400;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #f8f6f6;
}

/* CSS Variables */
:root {
--color-1: #1a1a2e;
--color-2: #3a3d5a;
--color-3: #f0a400;
--color-4: #ff6e61;
--color-5: #f8f6f6;
}

CSS con gradiente di sfondo Starlit Tropics

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1a2e, #3a3d5a, #f0a400, #ff6e61, #f8f6f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1a2e, #3a3d5a, #f0a400, #ff6e61, #f8f6f6);
}

Starlit Tropics color palette created on .