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