Paleta de colores Abyssal Arrow
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Abyssal Arrow palette
CSS de la paleta de colores Abyssal Arrow
/* CSS */
.color-1 {
color: #4e9ed0;
}
.color-2 {
color: #2f8dbc;
}
.color-3 {
color: #1c6f9b;
}
.color-4 {
color: #16607e;
}
.color-5 {
color: #0e4d62;
}
/* CSS Variables */
:root {
--color-1: #4e9ed0;
--color-2: #2f8dbc;
--color-3: #1c6f9b;
--color-4: #16607e;
--color-5: #0e4d62;
}
CSS del degradado de fondo Abyssal Arrow
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e9ed0, #2f8dbc, #1c6f9b, #16607e, #0e4d62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e9ed0, #2f8dbc, #1c6f9b, #16607e, #0e4d62);
}
Paletas de colores similares
Abyssal Arrow color palette created on .