Corporate Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Corporate Serenity palette

Condividi questa palette a:

tavolozza dei colori Corporate Serenity CSS

/* CSS */
.color-1 {
color: #3a5c8d;
}
.color-2 {
color: #6ea3b4;
}
.color-3 {
color: #b4d7e9;
}
.color-4 {
color: #f1d6b6;
}
.color-5 {
color: #e9b79f;
}

/* CSS Variables */
:root {
--color-1: #3a5c8d;
--color-2: #6ea3b4;
--color-3: #b4d7e9;
--color-4: #f1d6b6;
--color-5: #e9b79f;
}

CSS con gradiente di sfondo Corporate Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a5c8d, #6ea3b4, #b4d7e9, #f1d6b6, #e9b79f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a5c8d, #6ea3b4, #b4d7e9, #f1d6b6, #e9b79f);
}

Corporate Serenity color palette created on .