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