Paleta de colores Cool Blue
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Cool Blue palette
CSS de la paleta de colores Cool Blue
/* CSS */
.color-1 {
color: #1d7e8b;
}
.color-2 {
color: #3cb4b4;
}
.color-3 {
color: #5cc6cc;
}
.color-4 {
color: #7ae2e6;
}
.color-5 {
color: #a1e5e8;
}
/* CSS Variables */
:root {
--color-1: #1d7e8b;
--color-2: #3cb4b4;
--color-3: #5cc6cc;
--color-4: #7ae2e6;
--color-5: #a1e5e8;
}
CSS del degradado de fondo Cool Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d7e8b, #3cb4b4, #5cc6cc, #7ae2e6, #a1e5e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d7e8b, #3cb4b4, #5cc6cc, #7ae2e6, #a1e5e8);
}
Paletas de colores similares
Cool Blue color palette created on .