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