Serene Summit Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Serene Summit palette

Condividi questa palette a:

tavolozza dei colori Serene Summit CSS

/* CSS */
.color-1 {
color: #4b9b79;
}
.color-2 {
color: #a3d55d;
}
.color-3 {
color: #5bb9e1;
}
.color-4 {
color: #3d7a99;
}
.color-5 {
color: #1e4e6c;
}

/* CSS Variables */
:root {
--color-1: #4b9b79;
--color-2: #a3d55d;
--color-3: #5bb9e1;
--color-4: #3d7a99;
--color-5: #1e4e6c;
}

CSS con gradiente di sfondo Serene Summit

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b9b79, #a3d55d, #5bb9e1, #3d7a99, #1e4e6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b9b79, #a3d55d, #5bb9e1, #3d7a99, #1e4e6c);
}

Serene Summit color palette created on .