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