Deep Thought Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Deep Thought palette
Deep Thought color palette PNG image
Deep Thought color palette CSS
/* CSS */
.color-1 {
color: #3b5b91;
}
.color-2 {
color: #5b8095;
}
.color-3 {
color: #90c08c;
}
.color-4 {
color: #f2dfa1;
}
.color-5 {
color: #d19929;
}
/* CSS Variables */
:root {
--color-1: #3b5b91;
--color-2: #5b8095;
--color-3: #90c08c;
--color-4: #f2dfa1;
--color-5: #d19929;
}
Deep Thought background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b5b91, #5b8095, #90c08c, #f2dfa1, #d19929);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b5b91, #5b8095, #90c08c, #f2dfa1, #d19929);
}
Similar color palettes
Scroll down to explore 1000+ colors.intelligent color palettes
Deep Thought color palette created on .