Sage Blue Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sage Blue Serenity palette

Condividi questa palette a:

tavolozza dei colori Sage Blue Serenity CSS

/* CSS */
.color-1 {
color: #bfbfbf;
}
.color-2 {
color: #ffffff;
}
.color-3 {
color: #9cc9a2;
}
.color-4 {
color: #5d9bd5;
}
.color-5 {
color: #1f3b4d;
}

/* CSS Variables */
:root {
--color-1: #bfbfbf;
--color-2: #ffffff;
--color-3: #9cc9a2;
--color-4: #5d9bd5;
--color-5: #1f3b4d;
}

CSS con gradiente di sfondo Sage Blue Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfbfbf, #ffffff, #9cc9a2, #5d9bd5, #1f3b4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfbfbf, #ffffff, #9cc9a2, #5d9bd5, #1f3b4d);
}

Sage Blue Serenity color palette created on .