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