Paleta de colores Serenity of the Monastery
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serenity of the Monastery palette
CSS de la paleta de colores Serenity of the Monastery
/* CSS */
.color-1 {
color: #d6b23d;
}
.color-2 {
color: #9d7a39;
}
.color-3 {
color: #6e6a2b;
}
.color-4 {
color: #3b5926;
}
.color-5 {
color: #2b7b8c;
}
/* CSS Variables */
:root {
--color-1: #d6b23d;
--color-2: #9d7a39;
--color-3: #6e6a2b;
--color-4: #3b5926;
--color-5: #2b7b8c;
}
CSS del degradado de fondo Serenity of the Monastery
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6b23d, #9d7a39, #6e6a2b, #3b5926, #2b7b8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6b23d, #9d7a39, #6e6a2b, #3b5926, #2b7b8c);
}
Paletas de colores similares
Serenity of the Monastery color palette created on .