Pastel Brown and Rainbow Delight Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pastel Brown and Rainbow Delight palette
Pastel Brown and Rainbow Delight color palette CSS
/* CSS */
.color-1 {
color: #d8c2b6;
}
.color-2 {
color: #f1dfd5;
}
.color-3 {
color: #f4c3b3;
}
.color-4 {
color: #b3e0d8;
}
.color-5 {
color: #f6e1a7;
}
/* CSS Variables */
:root {
--color-1: #d8c2b6;
--color-2: #f1dfd5;
--color-3: #f4c3b3;
--color-4: #b3e0d8;
--color-5: #f6e1a7;
}
Pastel Brown and Rainbow Delight background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8c2b6, #f1dfd5, #f4c3b3, #b3e0d8, #f6e1a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8c2b6, #f1dfd5, #f4c3b3, #b3e0d8, #f6e1a7);
}
Similar color palettes
Scroll down to explore 5 Pastel color palettes
Pastel Brown and Rainbow Delight color palette created on .