Light Sea Green カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Light Sea Green palette
Light Sea Green カラーパレット (PNG) をダウンロード
Light Sea Green カラーパレット CSS
/* CSS */
.color-1 {
color: #2ee0d4;
}
.color-2 {
color: #4ae3db;
}
.color-3 {
color: #80e5e3;
}
.color-4 {
color: #a1e8e2;
}
.color-5 {
color: #cbf1e2;
}
/* CSS Variables */
:root {
--color-1: #2ee0d4;
--color-2: #4ae3db;
--color-3: #80e5e3;
--color-4: #a1e8e2;
--color-5: #cbf1e2;
}
Light Sea Green の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2ee0d4, #4ae3db, #80e5e3, #a1e8e2, #cbf1e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2ee0d4, #4ae3db, #80e5e3, #a1e8e2, #cbf1e2);
}
似たようなカラーパレット
Light Sea Green color palette created on .