Paleta de colores Blue Noah

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blue Noah palette

Compartir esta paleta en:

Descargar la paleta de colores Blue Noah (PNG)

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

CSS de la paleta de colores Blue Noah

/* CSS */
.color-1 {
color: #58b5e4;
}
.color-2 {
color: #90d5d5;
}
.color-3 {
color: #f1e8b7;
}
.color-4 {
color: #f9b9c0;
}
.color-5 {
color: #d8544f;
}

/* CSS Variables */
:root {
--color-1: #58b5e4;
--color-2: #90d5d5;
--color-3: #f1e8b7;
--color-4: #f9b9c0;
--color-5: #d8544f;
}

CSS del degradado de fondo Blue Noah

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #58b5e4, #90d5d5, #f1e8b7, #f9b9c0, #d8544f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #58b5e4, #90d5d5, #f1e8b7, #f9b9c0, #d8544f);
}

Blue Noah color palette created on .