Blush Harmony カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blush Harmony palette
Blush Harmony カラーパレット CSS
/* CSS */
.color-1 {
color: #f5e3d6;
}
.color-2 {
color: #f1dbcb;
}
.color-3 {
color: #eecdbe;
}
.color-4 {
color: #e3b7a5;
}
.color-5 {
color: #dba09a;
}
/* CSS Variables */
:root {
--color-1: #f5e3d6;
--color-2: #f1dbcb;
--color-3: #eecdbe;
--color-4: #e3b7a5;
--color-5: #dba09a;
}
Blush Harmony の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5e3d6, #f1dbcb, #eecdbe, #e3b7a5, #dba09a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5e3d6, #f1dbcb, #eecdbe, #e3b7a5, #dba09a);
}
Blush Harmony color palette created on .