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