Serenity Seashells カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Serenity Seashells palette
Serenity Seashells カラーパレット CSS
/* CSS */
.color-1 {
color: #00cccc;
}
.color-2 {
color: #4bd8d8;
}
.color-3 {
color: #9ae0e0;
}
.color-4 {
color: #a6f2f2;
}
.color-5 {
color: #d1ffff;
}
/* CSS Variables */
:root {
--color-1: #00cccc;
--color-2: #4bd8d8;
--color-3: #9ae0e0;
--color-4: #a6f2f2;
--color-5: #d1ffff;
}
Serenity Seashells の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00cccc, #4bd8d8, #9ae0e0, #a6f2f2, #d1ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00cccc, #4bd8d8, #9ae0e0, #a6f2f2, #d1ffff);
}
似たようなカラーパレット
下にスクロールして600+個のエステティックカラーパレットを探索しましょう
Serenity Seashells color palette created on .