Paleta de colores Blue Diamond Shine

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Diamond Shine palette

Compartir esta paleta en:

CSS de la paleta de colores Blue Diamond Shine

/* CSS */
.color-1 {
color: #049bdc;
}
.color-2 {
color: #05b5e6;
}
.color-3 {
color: #4fd6e8;
}
.color-4 {
color: #a6e7f7;
}
.color-5 {
color: #cff4fc;
}

/* CSS Variables */
:root {
--color-1: #049bdc;
--color-2: #05b5e6;
--color-3: #4fd6e8;
--color-4: #a6e7f7;
--color-5: #cff4fc;
}

CSS del degradado de fondo Blue Diamond Shine

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #049bdc, #05b5e6, #4fd6e8, #a6e7f7, #cff4fc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #049bdc, #05b5e6, #4fd6e8, #a6e7f7, #cff4fc);
}

Blue Diamond Shine color palette created on .