Dandy Red カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dandy Red palette

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

Dandy Red カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #f59e6b;
}
.color-3 {
color: #f06f4c;
}
.color-4 {
color: #e04f38;
}
.color-5 {
color: #a7393b;
}

/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f59e6b;
--color-3: #f06f4c;
--color-4: #e04f38;
--color-5: #a7393b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f59e6b, #f06f4c, #e04f38, #a7393b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f59e6b, #f06f4c, #e04f38, #a7393b);
}

Dandy Red color palette created on .