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