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