Pink Dragon Cookie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pink Dragon Cookie palette

このパレットを共有する先:

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;
}

Pink Dragon Cookie の背景のグラデーション CSS

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

Pink Dragon Cookie color palette created on .