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