Blushing Dawn カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blushing Dawn palette
Blushing Dawn カラーパレット CSS
/* CSS */
.color-1 {
color: #f19dac;
}
.color-2 {
color: #f6c1ce;
}
.color-3 {
color: #fde2e5;
}
.color-4 {
color: #f9b4c5;
}
.color-5 {
color: #f2a1b6;
}
/* CSS Variables */
:root {
--color-1: #f19dac;
--color-2: #f6c1ce;
--color-3: #fde2e5;
--color-4: #f9b4c5;
--color-5: #f2a1b6;
}
Blushing Dawn の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f19dac, #f6c1ce, #fde2e5, #f9b4c5, #f2a1b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f19dac, #f6c1ce, #fde2e5, #f9b4c5, #f2a1b6);
}
似たようなカラーパレット
Blushing Dawn color palette created on .