Paleta de colores Coral Pomeranian
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Coral Pomeranian palette
Imagen PNG de la paleta de colores Coral Pomeranian
CSS de la paleta de colores Coral Pomeranian
/* CSS */
.color-1 {
color: #ffb347;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #c84c9c;
}
.color-4 {
color: #6a5bcd;
}
.color-5 {
color: #00bdd6;
}
/* CSS Variables */
:root {
--color-1: #ffb347;
--color-2: #ff6e61;
--color-3: #c84c9c;
--color-4: #6a5bcd;
--color-5: #00bdd6;
}
CSS del degradado de fondo Coral Pomeranian
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb347, #ff6e61, #c84c9c, #6a5bcd, #00bdd6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb347, #ff6e61, #c84c9c, #6a5bcd, #00bdd6);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 20+ paletas de colores Brillante
Coral Pomeranian color palette created on .