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