Serene Sunset Shores Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serene Sunset Shores palette

Condividi questa palette a:

tavolozza dei colori Serene Sunset Shores CSS

/* CSS */
.color-1 {
color: #4bbae2;
}
.color-2 {
color: #f5a300;
}
.color-3 {
color: #f06b19;
}
.color-4 {
color: #d04e7b;
}
.color-5 {
color: #609d9f;
}

/* CSS Variables */
:root {
--color-1: #4bbae2;
--color-2: #f5a300;
--color-3: #f06b19;
--color-4: #d04e7b;
--color-5: #609d9f;
}

CSS con gradiente di sfondo Serene Sunset Shores

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4bbae2, #f5a300, #f06b19, #d04e7b, #609d9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4bbae2, #f5a300, #f06b19, #d04e7b, #609d9f);
}

Serene Sunset Shores color palette created on .