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