Blushing Dawn Hues カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blushing Dawn Hues palette

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

Blushing Dawn Hues カラーパレット CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fffafa;
}
.color-3 {
color: #fff6f5;
}
.color-4 {
color: #ffeae5;
}
.color-5 {
color: #ffccc2;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fffafa;
--color-3: #fff6f5;
--color-4: #ffeae5;
--color-5: #ffccc2;
}

Blushing Dawn Hues の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fffafa, #fff6f5, #ffeae5, #ffccc2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fffafa, #fff6f5, #ffeae5, #ffccc2);
}

Blushing Dawn Hues color palette created on .