Serene Inkblot Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Inkblot palette
Serene Inkblot color palette CSS
/* CSS */
.color-1 {
color: #b3c9d5;
}
.color-2 {
color: #a7d7c2;
}
.color-3 {
color: #f1c6a7;
}
.color-4 {
color: #ffd1a3;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #b3c9d5;
--color-2: #a7d7c2;
--color-3: #f1c6a7;
--color-4: #ffd1a3;
--color-5: #ff6e61;
}
Serene Inkblot background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3c9d5, #a7d7c2, #f1c6a7, #ffd1a3, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3c9d5, #a7d7c2, #f1c6a7, #ffd1a3, #ff6e61);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Serene Inkblot color palette created on .