Calm Blossoms カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Calm Blossoms palette
Calm Blossoms カラー パレット PNG 画像
Calm Blossoms カラーパレット CSS
/* CSS */
.color-1 {
color: #d897ab;
}
.color-2 {
color: #d37e93;
}
.color-3 {
color: #cc5c7e;
}
.color-4 {
color: #c73861;
}
.color-5 {
color: #9d1555;
}
/* CSS Variables */
:root {
--color-1: #d897ab;
--color-2: #d37e93;
--color-3: #cc5c7e;
--color-4: #c73861;
--color-5: #9d1555;
}
Calm Blossoms の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d897ab, #d37e93, #cc5c7e, #c73861, #9d1555);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d897ab, #d37e93, #cc5c7e, #c73861, #9d1555);
}
似たようなカラーパレット
Calm Blossoms color palette created on .