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