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