Sea Green Luxury カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sea Green Luxury palette
Sea Green Luxury カラーパレット CSS
/* CSS */
.color-1 {
color: #7a998b;
}
.color-2 {
color: #5e7d7a;
}
.color-3 {
color: #3e5b60;
}
.color-4 {
color: #2c4d5e;
}
.color-5 {
color: #1e3a4d;
}
/* CSS Variables */
:root {
--color-1: #7a998b;
--color-2: #5e7d7a;
--color-3: #3e5b60;
--color-4: #2c4d5e;
--color-5: #1e3a4d;
}
Sea Green Luxury の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a998b, #5e7d7a, #3e5b60, #2c4d5e, #1e3a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a998b, #5e7d7a, #3e5b60, #2c4d5e, #1e3a4d);
}
似たようなカラーパレット
Sea Green Luxury color palette created on .