Cerulean Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cerulean Serenity palette

Condividi questa palette a:

tavolozza dei colori Cerulean Serenity CSS

/* CSS */
.color-1 {
color: #4d7f9d;
}
.color-2 {
color: #699cbf;
}
.color-3 {
color: #a5c6d5;
}
.color-4 {
color: #f1e1b1;
}
.color-5 {
color: #e9b79f;
}

/* CSS Variables */
:root {
--color-1: #4d7f9d;
--color-2: #699cbf;
--color-3: #a5c6d5;
--color-4: #f1e1b1;
--color-5: #e9b79f;
}

CSS con gradiente di sfondo Cerulean Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d7f9d, #699cbf, #a5c6d5, #f1e1b1, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d7f9d, #699cbf, #a5c6d5, #f1e1b1, #e9b79f);
}

Cerulean Serenity color palette created on .