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