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