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