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