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