Serene Steven カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Serene Steven palette
Serene Steven カラーパレット CSS
/* CSS */
.color-1 {
color: #4e97b7;
}
.color-2 {
color: #7dc3d8;
}
.color-3 {
color: #a5e1e3;
}
.color-4 {
color: #f4c4b8;
}
.color-5 {
color: #f7a6aa;
}
/* CSS Variables */
:root {
--color-1: #4e97b7;
--color-2: #7dc3d8;
--color-3: #a5e1e3;
--color-4: #f4c4b8;
--color-5: #f7a6aa;
}
Serene Steven の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e97b7, #7dc3d8, #a5e1e3, #f4c4b8, #f7a6aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e97b7, #7dc3d8, #a5e1e3, #f4c4b8, #f7a6aa);
}
似たようなカラーパレット
下にスクロールして500+個のエステティックカラーパレットを探索しましょう
Serene Steven color palette created on .