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