Inked Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Inked Dreams palette
Inked Dreams color palette CSS
/* CSS */
.color-1 {
color: #f8c27c;
}
.color-2 {
color: #f76e6e;
}
.color-3 {
color: #e94e77;
}
.color-4 {
color: #9b58b6;
}
.color-5 {
color: #5d6cc0;
}
/* CSS Variables */
:root {
--color-1: #f8c27c;
--color-2: #f76e6e;
--color-3: #e94e77;
--color-4: #9b58b6;
--color-5: #5d6cc0;
}
Inked Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c27c, #f76e6e, #e94e77, #9b58b6, #5d6cc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c27c, #f76e6e, #e94e77, #9b58b6, #5d6cc0);
}
Similar color palettes
Scroll down to explore 100+ Bright color palettes
Inked Dreams color palette created on .