Paleta de colores Serenity of the Sea

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serenity of the Sea palette

Compartir esta paleta en:

CSS de la paleta de colores Serenity of the Sea

/* CSS */
.color-1 {
color: #d8d7db;
}
.color-2 {
color: #b3c7e6;
}
.color-3 {
color: #6f9bdc;
}
.color-4 {
color: #395f93;
}
.color-5 {
color: #2b4564;
}

/* CSS Variables */
:root {
--color-1: #d8d7db;
--color-2: #b3c7e6;
--color-3: #6f9bdc;
--color-4: #395f93;
--color-5: #2b4564;
}

CSS del degradado de fondo Serenity of the Sea

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8d7db, #b3c7e6, #6f9bdc, #395f93, #2b4564);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8d7db, #b3c7e6, #6f9bdc, #395f93, #2b4564);
}

Serenity of the Sea color palette created on .