Minted Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Minted Serenity palette
Minted Serenity color palette CSS
/* CSS */
.color-1 {
color: #9fdfd6;
}
.color-2 {
color: #7eddd0;
}
.color-3 {
color: #4dc7c5;
}
.color-4 {
color: #2ca7b5;
}
.color-5 {
color: #1b8998;
}
/* CSS Variables */
:root {
--color-1: #9fdfd6;
--color-2: #7eddd0;
--color-3: #4dc7c5;
--color-4: #2ca7b5;
--color-5: #1b8998;
}
Minted Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fdfd6, #7eddd0, #4dc7c5, #2ca7b5, #1b8998);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fdfd6, #7eddd0, #4dc7c5, #2ca7b5, #1b8998);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Minted Serenity color palette created on .