Paleta de colores Coral Shrimpo
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Coral Shrimpo palette
CSS de la paleta de colores Coral Shrimpo
/* CSS */
.color-1 {
color: #ff8052;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffe3b3;
}
.color-4 {
color: #91ee91;
}
.color-5 {
color: #add8e6;
}
/* CSS Variables */
:root {
--color-1: #ff8052;
--color-2: #ffcc00;
--color-3: #ffe3b3;
--color-4: #91ee91;
--color-5: #add8e6;
}
CSS del degradado de fondo Coral Shrimpo
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8052, #ffcc00, #ffe3b3, #91ee91, #add8e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8052, #ffcc00, #ffe3b3, #91ee91, #add8e6);
}
Paletas de colores similares
Coral Shrimpo color palette created on .