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: #a6e2d1;
}
.color-2 {
color: #75d7c3;
}
.color-3 {
color: #4eb7b5;
}
.color-4 {
color: #2f9d94;
}
.color-5 {
color: #1b7978;
}
/* CSS Variables */
:root {
--color-1: #a6e2d1;
--color-2: #75d7c3;
--color-3: #4eb7b5;
--color-4: #2f9d94;
--color-5: #1b7978;
}
Minted Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6e2d1, #75d7c3, #4eb7b5, #2f9d94, #1b7978);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6e2d1, #75d7c3, #4eb7b5, #2f9d94, #1b7978);
}
Similar color palettes
Minted Serenity color palette created on .