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