Pink Dragon Cookie Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Pink Dragon Cookie palette
tavolozza dei colori Pink Dragon Cookie CSS
/* CSS */
.color-1 {
color: #ff4d91;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffd84d;
}
.color-4 {
color: #a3d55d;
}
.color-5 {
color: #5c6e99;
}
/* CSS Variables */
:root {
--color-1: #ff4d91;
--color-2: #ff6e61;
--color-3: #ffd84d;
--color-4: #a3d55d;
--color-5: #5c6e99;
}
CSS con gradiente di sfondo Pink Dragon Cookie
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d91, #ff6e61, #ffd84d, #a3d55d, #5c6e99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d91, #ff6e61, #ffd84d, #a3d55d, #5c6e99);
}
Tavolozze di colori simili
Pink Dragon Cookie color palette created on .