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