Cavernous Reverie Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cavernous Reverie palette
Cavernous Reverie color palette CSS
/* CSS */
.color-1 {
color: #4c3e70;
}
.color-2 {
color: #7a6991;
}
.color-3 {
color: #9e8bb6;
}
.color-4 {
color: #d6c1e2;
}
.color-5 {
color: #f5e0ff;
}
/* CSS Variables */
:root {
--color-1: #4c3e70;
--color-2: #7a6991;
--color-3: #9e8bb6;
--color-4: #d6c1e2;
--color-5: #f5e0ff;
}
Cavernous Reverie background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c3e70, #7a6991, #9e8bb6, #d6c1e2, #f5e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c3e70, #7a6991, #9e8bb6, #d6c1e2, #f5e0ff);
}
Similar color palettes
Cavernous Reverie color palette created on .