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