Paleta de colores Abyssal Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Abyssal Serenity palette
CSS de la paleta de colores Abyssal Serenity
/* CSS */
.color-1 {
color: #1e8bbe;
}
.color-2 {
color: #5abfd8;
}
.color-3 {
color: #9fd3df;
}
.color-4 {
color: #f0e8d6;
}
.color-5 {
color: #f7a5a1;
}
/* CSS Variables */
:root {
--color-1: #1e8bbe;
--color-2: #5abfd8;
--color-3: #9fd3df;
--color-4: #f0e8d6;
--color-5: #f7a5a1;
}
CSS del degradado de fondo Abyssal Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e8bbe, #5abfd8, #9fd3df, #f0e8d6, #f7a5a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e8bbe, #5abfd8, #9fd3df, #f0e8d6, #f7a5a1);
}
Paletas de colores similares
Abyssal Serenity color palette created on .