Dandy Pink カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dandy Pink palette

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

Dandy Pink カラーパレット CSS

/* CSS */
.color-1 {
color: #faa700;
}
.color-2 {
color: #f6d07e;
}
.color-3 {
color: #f1b8b1;
}
.color-4 {
color: #e65c9e;
}
.color-5 {
color: #d03e5b;
}

/* CSS Variables */
:root {
--color-1: #faa700;
--color-2: #f6d07e;
--color-3: #f1b8b1;
--color-4: #e65c9e;
--color-5: #d03e5b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa700, #f6d07e, #f1b8b1, #e65c9e, #d03e5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa700, #f6d07e, #f1b8b1, #e65c9e, #d03e5b);
}

Dandy Pink color palette created on .