Ocean Sunset Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Ocean Sunset Serenade palette

このパレットを共有する先:

Ocean Sunset Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #163955;
}
.color-2 {
color: #2c6d8c;
}
.color-3 {
color: #5db1a6;
}
.color-4 {
color: #e99a3a;
}
.color-5 {
color: #d66f2e;
}

/* CSS Variables */
:root {
--color-1: #163955;
--color-2: #2c6d8c;
--color-3: #5db1a6;
--color-4: #e99a3a;
--color-5: #d66f2e;
}

Ocean Sunset Serenade の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #163955, #2c6d8c, #5db1a6, #e99a3a, #d66f2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #163955, #2c6d8c, #5db1a6, #e99a3a, #d66f2e);
}

Ocean Sunset Serenade color palette created on .