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