Sea Shell カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sea Shell palette
Sea Shell カラーパレット (PNG) をダウンロード
Sea Shell カラーパレット CSS
/* CSS */
.color-1 {
color: #fddabf;
}
.color-2 {
color: #fabea8;
}
.color-3 {
color: #fab7a3;
}
.color-4 {
color: #eb84a3;
}
.color-5 {
color: #e085b9;
}
/* CSS Variables */
:root {
--color-1: #fddabf;
--color-2: #fabea8;
--color-3: #fab7a3;
--color-4: #eb84a3;
--color-5: #e085b9;
}
Sea Shell の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fddabf, #fabea8, #fab7a3, #eb84a3, #e085b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fddabf, #fabea8, #fab7a3, #eb84a3, #e085b9);
}
似たようなカラーパレット
Sea Shell color palette created on .