Paleta de colores Reflections of Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Reflections of Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Reflections of Serenity

/* CSS */
.color-1 {
color: #f1f3f9;
}
.color-2 {
color: #d8e1ee;
}
.color-3 {
color: #9ec4e0;
}
.color-4 {
color: #66a7d6;
}
.color-5 {
color: #3b7e9b;
}

/* CSS Variables */
:root {
--color-1: #f1f3f9;
--color-2: #d8e1ee;
--color-3: #9ec4e0;
--color-4: #66a7d6;
--color-5: #3b7e9b;
}

CSS del degradado de fondo Reflections of Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1f3f9, #d8e1ee, #9ec4e0, #66a7d6, #3b7e9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1f3f9, #d8e1ee, #9ec4e0, #66a7d6, #3b7e9b);
}

Reflections of Serenity color palette created on .