Coastal Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Coastal Serenity palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Coastal Serenity カラーパレット (PNG) をダウンロード
Coastal Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #596d9b;
}
.color-2 {
color: #899bc2;
}
.color-3 {
color: #a3c7e0;
}
.color-4 {
color: #f2e7a6;
}
.color-5 {
color: #f2b75a;
}
/* CSS Variables */
:root {
--color-1: #596d9b;
--color-2: #899bc2;
--color-3: #a3c7e0;
--color-4: #f2e7a6;
--color-5: #f2b75a;
}
Coastal Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #596d9b, #899bc2, #a3c7e0, #f2e7a6, #f2b75a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #596d9b, #899bc2, #a3c7e0, #f2e7a6, #f2b75a);
}
似たようなカラーパレット
Coastal Serenity color palette created on .