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