Retro Coastal Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Retro Coastal palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Retro Coastal

Download retro coastal color palette PNG image (landscape)
Download retro coastal color palette PNG image (square)

tavolozza dei colori Retro Coastal CSS

/* CSS */
.color-1 {
color: #b9dfcd;
}
.color-2 {
color: #5eb0ac;
}
.color-3 {
color: #4468a2;
}
.color-4 {
color: #4a4b54;
}
.color-5 {
color: #ff8a97;
}

/* CSS Variables */
:root {
--color-1: #b9dfcd;
--color-2: #5eb0ac;
--color-3: #4468a2;
--color-4: #4a4b54;
--color-5: #ff8a97;
}

CSS con gradiente di sfondo Retro Coastal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9dfcd, #5eb0ac, #4468a2, #4a4b54, #ff8a97);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9dfcd, #5eb0ac, #4468a2, #4a4b54, #ff8a97);
}

Retro Coastal color palette created on .