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