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