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