Paleta de colores Serenity of Shimizu

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serenity of Shimizu palette

Compartir esta paleta en:

CSS de la paleta de colores Serenity of Shimizu

/* CSS */
.color-1 {
color: #d4e5f2;
}
.color-2 {
color: #a1c1e8;
}
.color-3 {
color: #7b9fc1;
}
.color-4 {
color: #4f7d9c;
}
.color-5 {
color: #235b85;
}

/* CSS Variables */
:root {
--color-1: #d4e5f2;
--color-2: #a1c1e8;
--color-3: #7b9fc1;
--color-4: #4f7d9c;
--color-5: #235b85;
}

CSS del degradado de fondo Serenity of Shimizu

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4e5f2, #a1c1e8, #7b9fc1, #4f7d9c, #235b85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4e5f2, #a1c1e8, #7b9fc1, #4f7d9c, #235b85);
}

Serenity of Shimizu color palette created on .