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