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