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