Fountain Blue Serenity Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Fountain Blue Serenity palette

Condividi questa palette a:

tavolozza dei colori Fountain Blue Serenity CSS

/* CSS */
.color-1 {
color: #56b3bd;
}
.color-2 {
color: #5fd4d8;
}
.color-3 {
color: #a8e6e0;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #56b3bd;
--color-2: #5fd4d8;
--color-3: #a8e6e0;
--color-4: #ffb84d;
--color-5: #ff6e61;
}

CSS con gradiente di sfondo Fountain Blue Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #56b3bd, #5fd4d8, #a8e6e0, #ffb84d, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #56b3bd, #5fd4d8, #a8e6e0, #ffb84d, #ff6e61);
}

Fountain Blue Serenity color palette created on .