Paleta de colores Cool Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cool Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Cool Blue

/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #3bc2e8;
}
.color-3 {
color: #83e7e1;
}
.color-4 {
color: #a6f2d6;
}
.color-5 {
color: #cffcf2;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #3bc2e8;
--color-3: #83e7e1;
--color-4: #a6f2d6;
--color-5: #cffcf2;
}

CSS del degradado de fondo Cool Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #3bc2e8, #83e7e1, #a6f2d6, #cffcf2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #3bc2e8, #83e7e1, #a6f2d6, #cffcf2);
}

Cool Blue color palette created on .