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