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