Charming Cynic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Charming Cynic palette
Charming Cynic color palette CSS
/* CSS */
.color-1 {
color: #4c908b;
}
.color-2 {
color: #b7e1d5;
}
.color-3 {
color: #f1c84b;
}
.color-4 {
color: #eab676;
}
.color-5 {
color: #d37e1d;
}
/* CSS Variables */
:root {
--color-1: #4c908b;
--color-2: #b7e1d5;
--color-3: #f1c84b;
--color-4: #eab676;
--color-5: #d37e1d;
}
Charming Cynic background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c908b, #b7e1d5, #f1c84b, #eab676, #d37e1d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c908b, #b7e1d5, #f1c84b, #eab676, #d37e1d);
}
Similar color palettes
Charming Cynic color palette created on .