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