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