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