Paleta de colores Cornflower Blue Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cornflower Blue Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Cornflower Blue Dreams

/* CSS */
.color-1 {
color: #2c9fd8;
}
.color-2 {
color: #76c4e0;
}
.color-3 {
color: #a6e3f7;
}
.color-4 {
color: #f1e5a2;
}
.color-5 {
color: #f9a824;
}

/* CSS Variables */
:root {
--color-1: #2c9fd8;
--color-2: #76c4e0;
--color-3: #a6e3f7;
--color-4: #f1e5a2;
--color-5: #f9a824;
}

CSS del degradado de fondo Cornflower Blue Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2c9fd8, #76c4e0, #a6e3f7, #f1e5a2, #f9a824);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2c9fd8, #76c4e0, #a6e3f7, #f1e5a2, #f9a824);
}

Cornflower Blue Dreams color palette created on .