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: #02a7d4;
}
.color-2 {
color: #007a8a;
}
.color-3 {
color: #00a86b;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #02a7d4;
--color-2: #007a8a;
--color-3: #00a86b;
--color-4: #ffd900;
--color-5: #ff6e61;
}

CSS del degradado de fondo Cerulean Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #02a7d4, #007a8a, #00a86b, #ffd900, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #02a7d4, #007a8a, #00a86b, #ffd900, #ff6e61);
}

Cerulean Dreams color palette created on .