Paleta de colores Orange Shrimp

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Orange Shrimp palette

Compartir esta paleta en:

CSS de la paleta de colores Orange Shrimp

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #f57e00;
}
.color-3 {
color: #d65900;
}
.color-4 {
color: #d25b9c;
}
.color-5 {
color: #6a2d8f;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #f57e00;
--color-3: #d65900;
--color-4: #d25b9c;
--color-5: #6a2d8f;
}

CSS del degradado de fondo Orange Shrimp

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #f57e00, #d65900, #d25b9c, #6a2d8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #f57e00, #d65900, #d25b9c, #6a2d8f);
}

Orange Shrimp color palette created on .