Dynamic Pulse Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dynamic Pulse palette
Dynamic Pulse color palette CSS
/* CSS */
.color-1 {
color: #3a5e8d;
}
.color-2 {
color: #6e9ca0;
}
.color-3 {
color: #a7d7b8;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e13e33;
}
/* CSS Variables */
:root {
--color-1: #3a5e8d;
--color-2: #6e9ca0;
--color-3: #a7d7b8;
--color-4: #f1c84b;
--color-5: #e13e33;
}
Dynamic Pulse background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a5e8d, #6e9ca0, #a7d7b8, #f1c84b, #e13e33);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a5e8d, #6e9ca0, #a7d7b8, #f1c84b, #e13e33);
}
Similar color palettes
Scroll down to explore 500+ Blue color palettes
Dynamic Pulse color palette created on .