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