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