Paleta de colores Abyssal Bloom
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Abyssal Bloom palette
CSS de la paleta de colores Abyssal Bloom
/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #006c75;
}
.color-3 {
color: #004d40;
}
.color-4 {
color: #faf0d6;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #006c75;
--color-3: #004d40;
--color-4: #faf0d6;
--color-5: #ff6e61;
}
CSS del degradado de fondo Abyssal Bloom
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #006c75, #004d40, #faf0d6, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #006c75, #004d40, #faf0d6, #ff6e61);
}
Paletas de colores similares
Abyssal Bloom color palette created on .