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