Navy and Sage Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Navy and Sage Serenity palette

Condividi questa palette a:

tavolozza dei colori Navy and Sage Serenity CSS

/* CSS */
.color-1 {
color: #2b3d50;
}
.color-2 {
color: #3398db;
}
.color-3 {
color: #1abc9c;
}
.color-4 {
color: #2ecc70;
}
.color-5 {
color: #edf1f2;
}

/* CSS Variables */
:root {
--color-1: #2b3d50;
--color-2: #3398db;
--color-3: #1abc9c;
--color-4: #2ecc70;
--color-5: #edf1f2;
}

CSS con gradiente di sfondo Navy and Sage Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2b3d50, #3398db, #1abc9c, #2ecc70, #edf1f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2b3d50, #3398db, #1abc9c, #2ecc70, #edf1f2);
}

Navy and Sage Serenity color palette created on .