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