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