Paleta de colores Point of No Return

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Point of No Return palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Point of No Return

Download point of no return color palette PNG image (landscape)
Download point of no return color palette PNG image (square)

CSS de la paleta de colores Point of No Return

/* CSS */
.color-1 {
color: #1f3a60;
}
.color-2 {
color: #3f6b8d;
}
.color-3 {
color: #6ba1b8;
}
.color-4 {
color: #93d2e1;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #1f3a60;
--color-2: #3f6b8d;
--color-3: #6ba1b8;
--color-4: #93d2e1;
--color-5: #f9c54e;
}

CSS del degradado de fondo Point of No Return

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a60, #3f6b8d, #6ba1b8, #93d2e1, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a60, #3f6b8d, #6ba1b8, #93d2e1, #f9c54e);
}

Point of No Return color palette created on .