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