Sunset Shores Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sunset Shores palette

Condividi questa palette a:

tavolozza dei colori Sunset Shores CSS

/* CSS */
.color-1 {
color: #f5e8d6;
}
.color-2 {
color: #f5dbd6;
}
.color-3 {
color: #f5ccd6;
}
.color-4 {
color: #cae1f7;
}
.color-5 {
color: #ccf5e2;
}

/* CSS Variables */
:root {
--color-1: #f5e8d6;
--color-2: #f5dbd6;
--color-3: #f5ccd6;
--color-4: #cae1f7;
--color-5: #ccf5e2;
}

CSS con gradiente di sfondo Sunset Shores

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e8d6, #f5dbd6, #f5ccd6, #cae1f7, #ccf5e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e8d6, #f5dbd6, #f5ccd6, #cae1f7, #ccf5e2);
}

Sunset Shores color palette created on .