Paleta de colores Crimson Experimentation

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Crimson Experimentation palette

Compartir esta paleta en:

Descargar la paleta de colores Crimson Experimentation (PNG)

Download crimson experimentation color palette PNG image (landscape)
Download crimson experimentation color palette PNG image (square)

CSS de la paleta de colores Crimson Experimentation

/* CSS */
.color-1 {
color: #d62b1f;
}
.color-2 {
color: #e7635a;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #f1e6b7;
}
.color-5 {
color: #6e4d7a;
}

/* CSS Variables */
:root {
--color-1: #d62b1f;
--color-2: #e7635a;
--color-3: #f4a462;
--color-4: #f1e6b7;
--color-5: #6e4d7a;
}

CSS del degradado de fondo Crimson Experimentation

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d62b1f, #e7635a, #f4a462, #f1e6b7, #6e4d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d62b1f, #e7635a, #f4a462, #f1e6b7, #6e4d7a);
}

Crimson Experimentation color palette created on .