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