Serenity of the Monastery Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serenity of the Monastery palette
Serenity of the Monastery color palette CSS
/* 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;
}
Serenity of the Monastery background gradient CSS
/* 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);
}
Similar color palettes
Serenity of the Monastery color palette created on .