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