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