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