Dandicus Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dandicus Dream palette

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

Dandicus Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #f6c1a7;
}
.color-2 {
color: #f7aea1;
}
.color-3 {
color: #f5908e;
}
.color-4 {
color: #e76a8f;
}
.color-5 {
color: #d44e7b;
}

/* CSS Variables */
:root {
--color-1: #f6c1a7;
--color-2: #f7aea1;
--color-3: #f5908e;
--color-4: #e76a8f;
--color-5: #d44e7b;
}

Dandicus Dream の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c1a7, #f7aea1, #f5908e, #e76a8f, #d44e7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c1a7, #f7aea1, #f5908e, #e76a8f, #d44e7b);
}

Dandicus Dream color palette created on .