Celestial Blossom カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Celestial Blossom palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Celestial Blossom カラーパレット (PNG) をダウンロード
Celestial Blossom カラーパレット CSS
/* CSS */
.color-1 {
color: #7b2a7e;
}
.color-2 {
color: #9b5e9c;
}
.color-3 {
color: #d79dbc;
}
.color-4 {
color: #f4bee7;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #7b2a7e;
--color-2: #9b5e9c;
--color-3: #d79dbc;
--color-4: #f4bee7;
--color-5: #ffffff;
}
Celestial Blossom の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b2a7e, #9b5e9c, #d79dbc, #f4bee7, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b2a7e, #9b5e9c, #d79dbc, #f4bee7, #ffffff);
}
似たようなカラーパレット
Celestial Blossom color palette created on .