Sunset Inkblots Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Inkblots palette
Sunset Inkblots color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9966;
}
.color-3 {
color: #ffcc66;
}
.color-4 {
color: #ffec99;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9966;
--color-3: #ffcc66;
--color-4: #ffec99;
--color-5: #ffffff;
}
Sunset Inkblots background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9966, #ffcc66, #ffec99, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9966, #ffcc66, #ffec99, #ffffff);
}
Similar color palettes
Scroll down to explore 500+ Bright color palettes
Sunset Inkblots color palette created on .