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