Paleta de colores Arctic Reflections

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Arctic Reflections palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Arctic Reflections

Download arctic reflections color palette PNG image (landscape)
Download arctic reflections color palette PNG image (square)

CSS de la paleta de colores Arctic Reflections

/* CSS */
.color-1 {
color: #4f799c;
}
.color-2 {
color: #3c618b;
}
.color-3 {
color: #1a486b;
}
.color-4 {
color: #143b52;
}
.color-5 {
color: #0c2631;
}

/* CSS Variables */
:root {
--color-1: #4f799c;
--color-2: #3c618b;
--color-3: #1a486b;
--color-4: #143b52;
--color-5: #0c2631;
}

CSS del degradado de fondo Arctic Reflections

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f799c, #3c618b, #1a486b, #143b52, #0c2631);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f799c, #3c618b, #1a486b, #143b52, #0c2631);
}

Arctic Reflections color palette created on .