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