Paleta de colores Cerulean Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cerulean Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Cerulean Dreams

/* CSS */
.color-1 {
color: #4d7f9d;
}
.color-2 {
color: #7da1b5;
}
.color-3 {
color: #a5c6d5;
}
.color-4 {
color: #d2e6ea;
}
.color-5 {
color: #f5f8fa;
}

/* CSS Variables */
:root {
--color-1: #4d7f9d;
--color-2: #7da1b5;
--color-3: #a5c6d5;
--color-4: #d2e6ea;
--color-5: #f5f8fa;
}

CSS del degradado de fondo Cerulean Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d7f9d, #7da1b5, #a5c6d5, #d2e6ea, #f5f8fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d7f9d, #7da1b5, #a5c6d5, #d2e6ea, #f5f8fa);
}

Cerulean Dreams color palette created on .