Charming Cynic Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Charming Cynic palette

Condividi questa palette a:

tavolozza dei colori Charming Cynic 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;
}

CSS con gradiente di sfondo Charming Cynic

/* 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);
}

Charming Cynic color palette created on .