Smalt Blue Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Smalt Blue Serenity palette

Condividi questa palette a:

tavolozza dei colori Smalt Blue Serenity CSS

/* CSS */
.color-1 {
color: #2c4b5e;
}
.color-2 {
color: #a5c9d5;
}
.color-3 {
color: #c1e1e6;
}
.color-4 {
color: #f9d69f;
}
.color-5 {
color: #f39c12;
}

/* CSS Variables */
:root {
--color-1: #2c4b5e;
--color-2: #a5c9d5;
--color-3: #c1e1e6;
--color-4: #f9d69f;
--color-5: #f39c12;
}

CSS con gradiente di sfondo Smalt Blue Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c4b5e, #a5c9d5, #c1e1e6, #f9d69f, #f39c12);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c4b5e, #a5c9d5, #c1e1e6, #f9d69f, #f39c12);
}

Smalt Blue Serenity color palette created on .