Paleta de colores Shades of Blue Skye

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Blue Skye palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Blue Skye

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #4ba1c3;
}
.color-3 {
color: #0096b8;
}
.color-4 {
color: #007e94;
}
.color-5 {
color: #00496b;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #4ba1c3;
--color-3: #0096b8;
--color-4: #007e94;
--color-5: #00496b;
}

CSS del degradado de fondo Shades of Blue Skye

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #4ba1c3, #0096b8, #007e94, #00496b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #4ba1c3, #0096b8, #007e94, #00496b);
}

Shades of Blue Skye color palette created on .