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