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