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