Digital Dialogue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Digital Dialogue palette
Digital Dialogue color palette CSS
/* CSS */
.color-1 {
color: #a9d6e5;
}
.color-2 {
color: #fbda8e;
}
.color-3 {
color: #ff6b6b;
}
.color-4 {
color: #6a7b8a;
}
.color-5 {
color: #e0c2b3;
}
/* CSS Variables */
:root {
--color-1: #a9d6e5;
--color-2: #fbda8e;
--color-3: #ff6b6b;
--color-4: #6a7b8a;
--color-5: #e0c2b3;
}
Digital Dialogue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d6e5, #fbda8e, #ff6b6b, #6a7b8a, #e0c2b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d6e5, #fbda8e, #ff6b6b, #6a7b8a, #e0c2b3);
}
Similar color palettes
Scroll down to explore 500+ Bright color palettes
Digital Dialogue color palette created on .