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: #a8d6e6;
}
.color-2 {
color: #f1b1b8;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #e76e50;
}
.color-5 {
color: #d72839;
}

/* CSS Variables */
:root {
--color-1: #a8d6e6;
--color-2: #f1b1b8;
--color-3: #f4a462;
--color-4: #e76e50;
--color-5: #d72839;
}

CSS del degradado de fondo Shades of Blue and Coral

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d6e6, #f1b1b8, #f4a462, #e76e50, #d72839);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d6e6, #f1b1b8, #f4a462, #e76e50, #d72839);
}

Shades of Blue and Coral color palette created on .