Paleta de colores Shades of Blue and Coral

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Blue and Coral palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Blue and Coral

/* CSS */
.color-1 {
color: #a4c2db;
}
.color-2 {
color: #2a4d6a;
}
.color-3 {
color: #f24545;
}
.color-4 {
color: #ffffff;
}
.color-5 {
color: #a8a8a8;
}

/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #2a4d6a;
--color-3: #f24545;
--color-4: #ffffff;
--color-5: #a8a8a8;
}

CSS del degradado de fondo Shades of Blue and Coral

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #2a4d6a, #f24545, #ffffff, #a8a8a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #2a4d6a, #f24545, #ffffff, #a8a8a8);
}

Shades of Blue and Coral color palette created on .