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