Serenity of the Ark カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Serenity of the Ark palette
Serenity of the Ark カラーパレット CSS
/* CSS */
.color-1 {
color: #3acad9;
}
.color-2 {
color: #6fd8c6;
}
.color-3 {
color: #98e1b9;
}
.color-4 {
color: #f3e0a0;
}
.color-5 {
color: #f8b4d2;
}
/* CSS Variables */
:root {
--color-1: #3acad9;
--color-2: #6fd8c6;
--color-3: #98e1b9;
--color-4: #f3e0a0;
--color-5: #f8b4d2;
}
Serenity of the Ark の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3acad9, #6fd8c6, #98e1b9, #f3e0a0, #f8b4d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3acad9, #6fd8c6, #98e1b9, #f3e0a0, #f8b4d2);
}
似たようなカラーパレット
Serenity of the Ark color palette created on .