Paleta de colores Blue Deniz

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Deniz palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Deniz

/* CSS */
.color-1 {
color: #00aaff;
}
.color-2 {
color: #1ccae9;
}
.color-3 {
color: #69e0f2;
}
.color-4 {
color: #a4e3f4;
}
.color-5 {
color: #f0f9f9;
}

/* CSS Variables */
:root {
--color-1: #00aaff;
--color-2: #1ccae9;
--color-3: #69e0f2;
--color-4: #a4e3f4;
--color-5: #f0f9f9;
}

CSS del degradado de fondo Blue Deniz

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00aaff, #1ccae9, #69e0f2, #a4e3f4, #f0f9f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00aaff, #1ccae9, #69e0f2, #a4e3f4, #f0f9f9);
}

Blue Deniz color palette created on .