Blushing Blossoms カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blushing Blossoms palette
Blushing Blossoms カラーパレット CSS
/* CSS */
.color-1 {
color: #f7d9e5;
}
.color-2 {
color: #f1b1c1;
}
.color-3 {
color: #f09e9f;
}
.color-4 {
color: #e76a89;
}
.color-5 {
color: #d75b7a;
}
/* CSS Variables */
:root {
--color-1: #f7d9e5;
--color-2: #f1b1c1;
--color-3: #f09e9f;
--color-4: #e76a89;
--color-5: #d75b7a;
}
Blushing Blossoms の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d9e5, #f1b1c1, #f09e9f, #e76a89, #d75b7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d9e5, #f1b1c1, #f09e9f, #e76a89, #d75b7a);
}
似たようなカラーパレット
下にスクロールして400+個のエステティックカラーパレットを探索しましょう
Blushing Blossoms color palette created on .