Paleta de colores Azure Reflections

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Azure Reflections palette

Compartir esta paleta en:

CSS de la paleta de colores Azure Reflections

/* CSS */
.color-1 {
color: #6a9cdc;
}
.color-2 {
color: #4987c1;
}
.color-3 {
color: #3b7cab;
}
.color-4 {
color: #2d5c8b;
}
.color-5 {
color: #1e5067;
}

/* CSS Variables */
:root {
--color-1: #6a9cdc;
--color-2: #4987c1;
--color-3: #3b7cab;
--color-4: #2d5c8b;
--color-5: #1e5067;
}

CSS del degradado de fondo Azure Reflections

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a9cdc, #4987c1, #3b7cab, #2d5c8b, #1e5067);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a9cdc, #4987c1, #3b7cab, #2d5c8b, #1e5067);
}

Azure Reflections color palette created on .