Cashmere Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cashmere Dream palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cashmere Dream Color Palette (PNG)
Cashmere Dream color palette CSS
/* CSS */
.color-1 {
color: #f3d3c3;
}
.color-2 {
color: #e0b59e;
}
.color-3 {
color: #d6a58a;
}
.color-4 {
color: #c18a6c;
}
.color-5 {
color: #a25949;
}
/* CSS Variables */
:root {
--color-1: #f3d3c3;
--color-2: #e0b59e;
--color-3: #d6a58a;
--color-4: #c18a6c;
--color-5: #a25949;
}
Cashmere Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d3c3, #e0b59e, #d6a58a, #c18a6c, #a25949);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d3c3, #e0b59e, #d6a58a, #c18a6c, #a25949);
}
Similar color palettes
Cashmere Dream color palette created on .