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: #ff6e61;
}
.color-2 {
color: #6d9c9a;
}
.color-3 {
color: #4a7eba;
}
.color-4 {
color: #2a9d90;
}
.color-5 {
color: #e8c468;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6d9c9a;
--color-3: #4a7eba;
--color-4: #2a9d90;
--color-5: #e8c468;
}
Digital Dialogue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6d9c9a, #4a7eba, #2a9d90, #e8c468);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6d9c9a, #4a7eba, #2a9d90, #e8c468);
}
Similar color palettes
Digital Dialogue color palette created on .