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