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