Minted Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Minted Sunrise palette
Minted Sunrise color palette CSS
/* CSS */
.color-1 {
color: #5ad88a;
}
.color-2 {
color: #98e1b4;
}
.color-3 {
color: #c6f1e0;
}
.color-4 {
color: #f6f2df;
}
.color-5 {
color: #ffcc7a;
}
/* CSS Variables */
:root {
--color-1: #5ad88a;
--color-2: #98e1b4;
--color-3: #c6f1e0;
--color-4: #f6f2df;
--color-5: #ffcc7a;
}
Minted Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5ad88a, #98e1b4, #c6f1e0, #f6f2df, #ffcc7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5ad88a, #98e1b4, #c6f1e0, #f6f2df, #ffcc7a);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Minted Sunrise color palette created on .