Shades of Algae Green カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Algae Green palette
Shades of Algae Green カラーパレット CSS
/* CSS */
.color-1 {
color: #95dfb9;
}
.color-2 {
color: #80dbb3;
}
.color-3 {
color: #4bcea6;
}
.color-4 {
color: #28af9a;
}
.color-5 {
color: #1a998a;
}
/* CSS Variables */
:root {
--color-1: #95dfb9;
--color-2: #80dbb3;
--color-3: #4bcea6;
--color-4: #28af9a;
--color-5: #1a998a;
}
Shades of Algae Green の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #95dfb9, #80dbb3, #4bcea6, #28af9a, #1a998a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #95dfb9, #80dbb3, #4bcea6, #28af9a, #1a998a);
}
似たようなカラーパレット
Shades of Algae Green color palette created on .