Paleta de colores Acrocanthosaurus

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Acrocanthosaurus palette

Compartir esta paleta en:

CSS de la paleta de colores Acrocanthosaurus

/* CSS */
.color-1 {
color: #4b9db4;
}
.color-2 {
color: #a3ced2;
}
.color-3 {
color: #f0e2b2;
}
.color-4 {
color: #f5b29e;
}
.color-5 {
color: #d86f6f;
}

/* CSS Variables */
:root {
--color-1: #4b9db4;
--color-2: #a3ced2;
--color-3: #f0e2b2;
--color-4: #f5b29e;
--color-5: #d86f6f;
}

CSS del degradado de fondo Acrocanthosaurus

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b9db4, #a3ced2, #f0e2b2, #f5b29e, #d86f6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b9db4, #a3ced2, #f0e2b2, #f5b29e, #d86f6f);
}

Acrocanthosaurus color palette created on .