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