Paleta de colores Coastal Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Coastal Blue palette

Compartir esta paleta en:

Descargar la paleta de colores Coastal Blue (PNG)

Download coastal blue color palette PNG image (landscape)
Download coastal blue color palette PNG image (square)

CSS de la paleta de colores Coastal Blue

/* CSS */
.color-1 {
color: #1e8eb3;
}
.color-2 {
color: #65b4c8;
}
.color-3 {
color: #a3d8db;
}
.color-4 {
color: #e6f2f4;
}
.color-5 {
color: #f5f9fa;
}

/* CSS Variables */
:root {
--color-1: #1e8eb3;
--color-2: #65b4c8;
--color-3: #a3d8db;
--color-4: #e6f2f4;
--color-5: #f5f9fa;
}

CSS del degradado de fondo Coastal Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8eb3, #65b4c8, #a3d8db, #e6f2f4, #f5f9fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8eb3, #65b4c8, #a3d8db, #e6f2f4, #f5f9fa);
}

Coastal Blue color palette created on .