Sunlit Shores Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunlit Shores palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Sunlit Shores

Download sunlit shores color palette PNG image (landscape)
Download sunlit shores color palette PNG image (square)

tavolozza dei colori Sunlit Shores CSS

/* CSS */
.color-1 {
color: #f7e8cf;
}
.color-2 {
color: #f4cbae;
}
.color-3 {
color: #f1a88e;
}
.color-4 {
color: #e77d5f;
}
.color-5 {
color: #d9613f;
}

/* CSS Variables */
:root {
--color-1: #f7e8cf;
--color-2: #f4cbae;
--color-3: #f1a88e;
--color-4: #e77d5f;
--color-5: #d9613f;
}

CSS con gradiente di sfondo Sunlit Shores

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e8cf, #f4cbae, #f1a88e, #e77d5f, #d9613f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e8cf, #f4cbae, #f1a88e, #e77d5f, #d9613f);
}

Sunlit Shores color palette created on .