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