Paleta de colores Polar Regent

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Polar Regent palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Polar Regent

Download polar regent color palette PNG image (landscape)
Download polar regent color palette PNG image (square)

CSS de la paleta de colores Polar Regent

/* CSS */
.color-1 {
color: #2a9cf4;
}
.color-2 {
color: #5cc0eb;
}
.color-3 {
color: #8dd6e2;
}
.color-4 {
color: #d5e2e1;
}
.color-5 {
color: #f6f8f7;
}

/* CSS Variables */
:root {
--color-1: #2a9cf4;
--color-2: #5cc0eb;
--color-3: #8dd6e2;
--color-4: #d5e2e1;
--color-5: #f6f8f7;
}

CSS del degradado de fondo Polar Regent

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2a9cf4, #5cc0eb, #8dd6e2, #d5e2e1, #f6f8f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2a9cf4, #5cc0eb, #8dd6e2, #d5e2e1, #f6f8f7);
}

Polar Regent color palette created on .