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