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