Paleta de colores Corporate Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Corporate Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Corporate Serenity

/* CSS */
.color-1 {
color: #3c6d90;
}
.color-2 {
color: #5a9abf;
}
.color-3 {
color: #76c1d5;
}
.color-4 {
color: #9fd6e5;
}
.color-5 {
color: #e1f6f9;
}

/* CSS Variables */
:root {
--color-1: #3c6d90;
--color-2: #5a9abf;
--color-3: #76c1d5;
--color-4: #9fd6e5;
--color-5: #e1f6f9;
}

CSS del degradado de fondo Corporate Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c6d90, #5a9abf, #76c1d5, #9fd6e5, #e1f6f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c6d90, #5a9abf, #76c1d5, #9fd6e5, #e1f6f9);
}

Corporate Serenity color palette created on .